1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-05 16:27:43 +02:00

Add Crane Bluetooth Scale (#1137)

* Add Crane Bluetooth Scale

---------

Co-authored-by: OliE <olie.xdev@googlemail.com>
This commit is contained in:
Jantleing
2025-06-25 06:41:48 +02:00
committed by GitHub
parent 95b7d83d76
commit 5ba6e855e6

View File

@@ -90,7 +90,7 @@ public class BluetoothFactory {
if (name.equals("SENSSUN FAT".toLowerCase(Locale.US))) {
return new BluetoothSenssun(context);
}
if (name.startsWith("SANITAS SBF70".toLowerCase(Locale.US)) || name.startsWith("sbf75") || name.startsWith("AICDSCALE1")) {
if (name.startsWith("SANITAS SBF70".toLowerCase(Locale.US)) || name.startsWith("sbf75") || name.startsWith("AICDSCALE1".toLowerCase(Locale.US))) {
return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.SANITAS_SBF70_70);
}
if (deviceName.startsWith("YUNMAI-SIGNAL") || deviceName.startsWith("YUNMAI-ISM")) {