1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-02-06 17:13:36 +01: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;
}