mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-12 03:34:09 +02:00
Add Healthsense S1 (AAA013) (#1095)
This commit is contained in:
committed by
GitHub
parent
cb3032242b
commit
a44df16447
@@ -146,7 +146,7 @@ public class BluetoothFactory {
|
||||
if (deviceName.equals("Yoda1")){
|
||||
return new BluetoothYoda1Scale(context);
|
||||
}
|
||||
if (deviceName.equals("AAA002") || deviceName.equals("AAA007")) {
|
||||
if (deviceName.equals("AAA002") || deviceName.equals("AAA007") || deviceName.equals("AAA013")) {
|
||||
return new BluetoothBroadcastScale(context);
|
||||
}
|
||||
if (deviceName.equals("AE BS-06")) {
|
||||
|
Reference in New Issue
Block a user