mirror of
https://github.com/oliexdev/openScale.git
synced 2025-09-03 13:23:24 +02:00
Add Medisana BS440 to list of supported scales
This commit is contained in:
@@ -56,6 +56,7 @@ public class BluetoothFactory {
|
||||
if (deviceName.startsWith("iHealth HS3")) {
|
||||
return new BluetoothIhealthHS3(context);
|
||||
}
|
||||
// BS444 || BS440
|
||||
if (deviceName.startsWith("013197") || deviceName.startsWith("0202B6")) {
|
||||
return new BluetoothMedisanaBS444(context);
|
||||
}
|
||||
|
Reference in New Issue
Block a user