1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-22 16:23:09 +02:00

Added support for Libra-W (#385)

This commit is contained in:
Laurent
2019-01-20 09:48:45 +01:00
committed by OliE
parent 9db8c362ff
commit 5a7a05e171

View File

@@ -34,7 +34,8 @@ public class BluetoothFactory {
|| name.startsWith("BEURER BF800".toLowerCase(Locale.US)) || name.startsWith("BEURER BF800".toLowerCase(Locale.US))
|| name.startsWith("BF-800".toLowerCase(Locale.US)) || name.startsWith("BF-800".toLowerCase(Locale.US))
|| name.startsWith("BF-700".toLowerCase(Locale.US)) || name.startsWith("BF-700".toLowerCase(Locale.US))
|| name.startsWith("RT-Libra-B".toLowerCase(Locale.US))) { || name.startsWith("RT-Libra-B".toLowerCase(Locale.US))
|| name.startsWith("Libra-W".toLowerCase(Locale.US))) {
return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.BEURER_BF700_800_RT_LIBRA); return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.BEURER_BF700_800_RT_LIBRA);
} }
if (name.startsWith("BEURER BF710".toLowerCase(Locale.US)) if (name.startsWith("BEURER BF710".toLowerCase(Locale.US))