mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-20 07:21:40 +02:00
Add Medisana BS440 to list of supported scales
This commit is contained in:
@@ -21,7 +21,7 @@ Install [openScale-dev-build.apk](https://github.com/oliexdev/openScale/releases
|
|||||||
- Import or export your data from/into a CSV file
|
- Import or export your data from/into a CSV file
|
||||||
- Estimates body metrics (body fat, body water and lean body mass) based on scientic publications
|
- Estimates body metrics (body fat, body water and lean body mass) based on scientic publications
|
||||||
- Support for multiple users
|
- Support for multiple users
|
||||||
- Partially or full support for custom made Bluetooth scale, Xiaomi Mi scale v1/v2, Sanitas SBF70, Medisana BS444, Digoo DG-S038H, Yunmai Mini, Excelvan CF369BLE, Yunmai SE, MGB, Exingtech Y1, Beurer BF700/710/800, Silvercrest SBF75, Runtastic Libra (see [openScale wiki](https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale) for details)
|
- Partially or full support for custom made Bluetooth scale, Xiaomi Mi scale v1/v2, Sanitas SBF70, Medisana BS444/BS440, Digoo DG-S038H, Yunmai Mini, Excelvan CF369BLE, Yunmai SE, MGB, Exingtech Y1, Beurer BF700/BF710/BF800, Silvercrest SBF75, Runtastic Libra (see [openScale wiki](https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale) for details)
|
||||||
- Partially or full translated into Brazilian Portuguese, Catalan, Chinese (traditional), Czech, Dutch, English, French, Galician, German, Greek, Italian, Japanese, Norwegian Bokmål, Polish, Romanian, Slovak, Spanish, Swedish, Turkish
|
- Partially or full translated into Brazilian Portuguese, Catalan, Chinese (traditional), Czech, Dutch, English, French, Galician, German, Greek, Italian, Japanese, Norwegian Bokmål, Polish, Romanian, Slovak, Spanish, Swedish, Turkish
|
||||||
- No advertising and for free
|
- No advertising and for free
|
||||||
- All data belongs to you (no cloud service)
|
- All data belongs to you (no cloud service)
|
||||||
|
@@ -56,6 +56,7 @@ public class BluetoothFactory {
|
|||||||
if (deviceName.startsWith("iHealth HS3")) {
|
if (deviceName.startsWith("iHealth HS3")) {
|
||||||
return new BluetoothIhealthHS3(context);
|
return new BluetoothIhealthHS3(context);
|
||||||
}
|
}
|
||||||
|
// BS444 || BS440
|
||||||
if (deviceName.startsWith("013197") || deviceName.startsWith("0202B6")) {
|
if (deviceName.startsWith("013197") || deviceName.startsWith("0202B6")) {
|
||||||
return new BluetoothMedisanaBS444(context);
|
return new BluetoothMedisanaBS444(context);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user