1
0
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:
Erik Johansson
2018-05-20 21:33:48 +02:00
parent 858495ab02
commit a32bd79de7
2 changed files with 2 additions and 1 deletions

View File

@@ -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);
}