mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-19 06:51:57 +02:00
added support for YUNMAI-ISMW2 (Bluetooth/Wifi) version
This commit is contained in:
@@ -94,7 +94,7 @@ public class BluetoothFactory {
|
||||
if (name.startsWith("SANITAS SBF70".toLowerCase(Locale.US)) || name.startsWith("sbf75")) {
|
||||
return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.SANITAS_SBF70_70);
|
||||
}
|
||||
if (deviceName.startsWith("YUNMAI-SIGNAL-") || deviceName.startsWith("YUNMAI-ISM2")) {
|
||||
if (deviceName.startsWith("YUNMAI-SIGNAL-") || deviceName.startsWith("YUNMAI-ISM")) {
|
||||
return new BluetoothYunmaiSE_Mini(context, true);
|
||||
}
|
||||
if (deviceName.startsWith("YUNMAI-ISSE")) {
|
||||
|
Reference in New Issue
Block a user