1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-21 07:51:46 +02:00

Add support for Easy Home (Aldi) 64050 (#258)

This commit is contained in:
o0-zzuf-0o
2018-05-06 22:40:03 +09:30
committed by OliE
parent a3f64be629
commit 24546194c9

View File

@@ -59,7 +59,7 @@ public class BluetoothFactory {
if (deviceName.startsWith("013197")) {
return new BluetoothMedisanaBS444(context);
}
if (deviceName.startsWith("SWAN")) {
if (deviceName.startsWith("SWAN") || name.equals("icomon".toLowerCase(Locale.US))) {
return new BluetoothMGB(context);
}
if (name.equals("MI_SCALE".toLowerCase(Locale.US))) {