1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-23 00:33:09 +02:00

add new hw address of Medisana BS444 scale to the whitelist

This commit is contained in:
OliE
2017-08-09 17:00:39 +02:00
parent a180d580df
commit 94104497be

View File

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