Skip to content

Commit c01f7ea

Browse files
shisoratsuoliexdev
andauthored
Add minimal Huawei Hagrid WSP support (#1408)
* Add minimal Huawei Hagrid WSP support * moved HuaweiHagridSecretProvider into HuaweiHagridWspLib.kt --------- Co-authored-by: shisoratsu <277485761+shisoratsu@users.noreply.github.com> Co-authored-by: oliexdev <olie.xdev@googlemail.com>
1 parent 61d3636 commit c01f7ea

7 files changed

Lines changed: 2831 additions & 4 deletions

File tree

android_app/app/src/main/java/com/health/openscale/core/bluetooth/ScaleFactory.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import com.health.openscale.core.bluetooth.scales.HesleyHandler
4242
import com.health.openscale.core.bluetooth.scales.HoffenBbs8107Handler
4343
import com.health.openscale.core.bluetooth.scales.HuaweiAhCh100Handler
4444
import com.health.openscale.core.bluetooth.scales.HuaweiCH100SHandler
45+
import com.health.openscale.core.bluetooth.scales.HuaweiHagridWspHandler
4546
import com.health.openscale.core.bluetooth.scales.IHealthHS3Handler
4647
import com.health.openscale.core.bluetooth.scales.InlifeHandler
4748
import com.health.openscale.core.bluetooth.scales.LinkMode
@@ -141,6 +142,7 @@ class ScaleFactory @Inject constructor(
141142
IHealthHS3Handler(),
142143
HuaweiAhCh100Handler(),
143144
HuaweiCH100SHandler(),
145+
HuaweiHagridWspHandler(),
144146
HoffenBbs8107Handler(),
145147
HesleyHandler(),
146148
ExingtechY1Handler(),

0 commit comments

Comments
 (0)