mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-20 07:21:40 +02:00
@@ -56,7 +56,7 @@ public class BluetoothFactory {
|
||||
if (deviceName.startsWith("iHealth HS3")) {
|
||||
return new BluetoothIhealthHS3(context);
|
||||
}
|
||||
if (deviceName.startsWith("013197")) {
|
||||
if (deviceName.startsWith("013197") || deviceName.startsWith("0202B6")) {
|
||||
return new BluetoothMedisanaBS444(context);
|
||||
}
|
||||
if (deviceName.startsWith("SWAN") || name.equals("icomon".toLowerCase(Locale.US))) {
|
||||
|
@@ -42,7 +42,7 @@ public class BluetoothMedisanaBS444 extends BluetoothCommunication {
|
||||
|
||||
@Override
|
||||
public String driverName() {
|
||||
return "Medisana BS444";
|
||||
return "Medisana BS44x";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user