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

Added support for "RT-Libra-W"

This commit is contained in:
Barbara Bermes
2019-08-20 09:58:09 -04:00
committed by OliE
parent 47eaea2beb
commit d6d17cdfb4

View File

@@ -33,6 +33,7 @@ public class BluetoothFactory {
|| 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("RT-Libra-W".toLowerCase(Locale.US))
|| name.startsWith("Libra-B".toLowerCase(Locale.US)) || name.startsWith("Libra-B".toLowerCase(Locale.US))
|| name.startsWith("Libra-W".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);