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:
@@ -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")) {
|
||||
|
Reference in New Issue
Block a user