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

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;
} }