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

Merge pull request #56 from vogan/master

added HW address of my bs444
This commit is contained in:
OliE 2017-07-29 19:11:16 +02:00 committed by GitHub
commit 26120c34df

View File

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