mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-20 07:21:40 +02:00
Add support for Easy Home (Aldi) 64050 (#258)
This commit is contained in:
@@ -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))) {
|
||||
|
Reference in New Issue
Block a user