mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-26 09:44:31 +02:00
Add new HW address for Medisana BS444
This commit is contained in:
@@ -60,6 +60,7 @@ public class BluetoothMedisanaBS444 extends BluetoothCommunication {
|
|||||||
public ArrayList<String> hwAddresses() {
|
public ArrayList<String> hwAddresses() {
|
||||||
ArrayList hwAddresses = new ArrayList();
|
ArrayList hwAddresses = new ArrayList();
|
||||||
hwAddresses.add("E454EB");
|
hwAddresses.add("E454EB");
|
||||||
|
hwAddresses.add("F13A88");
|
||||||
|
|
||||||
return hwAddresses;
|
return hwAddresses;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user