1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-27 10:15:00 +02:00

add new hw address for Medisana BS444 scale

This commit is contained in:
OliE
2017-07-12 17:15:19 +02:00
parent c68057554d
commit 217bd7a5df

View File

@@ -61,6 +61,7 @@ public class BluetoothMedisanaBS444 extends BluetoothCommunication {
ArrayList hwAddresses = new ArrayList();
hwAddresses.add("E454EB");
hwAddresses.add("F13A88");
hwAddresses.add("C9A68A");
return hwAddresses;
}