1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-02-06 17:13:36 +01:00

add hwAddress DB2FF6 for Medisana BS 444 Connect

This commit is contained in:
Sebastian Lobinger 2017-08-02 09:25:46 +02:00
parent 5053079038
commit 85b478632e

View File

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