1
0
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:
OliE
2017-09-29 16:38:12 +02:00
parent 342e5fa6b0
commit 5acbc49d38
2 changed files with 2 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ public class BluetoothMedisanaBS444 extends BluetoothCommunication {
hwAddresses.add("D60211");
hwAddresses.add("DB2FF6");
hwAddresses.add("DA45CF");
hwAddresses.add("CD9D0C");
return hwAddresses;
}

View File

@@ -62,6 +62,7 @@ public class BluetoothMiScale extends BluetoothCommunication {
ArrayList hwAddresses = new ArrayList();
hwAddresses.add("880F10");
hwAddresses.add("C80F10");
hwAddresses.add("F9C28E");
return hwAddresses;
}