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

Add new HW address for Medisana BS444

This commit is contained in:
Jochen Scheib 2017-07-01 09:34:09 +02:00
parent 7a16c6e7fa
commit 688edb8b10

View File

@ -60,6 +60,7 @@ public class BluetoothMedisanaBS444 extends BluetoothCommunication {
public ArrayList<String> hwAddresses() {
ArrayList hwAddresses = new ArrayList();
hwAddresses.add("E454EB");
hwAddresses.add("F13A88");
return hwAddresses;
}