1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-26 01:43:59 +02:00

Merge pull request #64 from slobinger/master

add hwAddress DB2FF6 for Medisana BS 444 Connect
This commit is contained in:
OliE
2017-08-02 17:43:19 +02:00
committed by GitHub

View File

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