mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 00:33:09 +02:00
added some Bluetooth scale hardware addresses.
This commit is contained in:
@@ -65,6 +65,7 @@ public class BluetoothMedisanaBS444 extends BluetoothCommunication {
|
||||
hwAddresses.add("D60211");
|
||||
hwAddresses.add("DB2FF6");
|
||||
hwAddresses.add("DA45CF");
|
||||
hwAddresses.add("CD9D0C");
|
||||
|
||||
return hwAddresses;
|
||||
}
|
||||
|
@@ -62,6 +62,7 @@ public class BluetoothMiScale extends BluetoothCommunication {
|
||||
ArrayList hwAddresses = new ArrayList();
|
||||
hwAddresses.add("880F10");
|
||||
hwAddresses.add("C80F10");
|
||||
hwAddresses.add("F9C28E");
|
||||
|
||||
return hwAddresses;
|
||||
}
|
||||
|
Reference in New Issue
Block a user