mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-17 22:11:35 +02:00
Additional BS444 BT Identifier (#505)
Added additional BT identifier/name for Medisana BS444 model.
This commit is contained in:
@@ -69,7 +69,7 @@ public class BluetoothFactory {
|
||||
return new BluetoothIhealthHS3(context);
|
||||
}
|
||||
// BS444 || BS440
|
||||
if (deviceName.startsWith("013197") || deviceName.startsWith("0202B6")) {
|
||||
if (deviceName.startsWith("013197") || deviceName.startsWith("013198") || deviceName.startsWith("0202B6")) {
|
||||
return new BluetoothMedisanaBS44x(context, true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user