Cloud stored app settings
List of supported settings
Name | Description | Possible values | Android | iOS | Web |
---|---|---|---|---|---|
BACKGROUND_SCAN_MODE | Background sensor scanning enabled or not. | 0 - disabled; 1-enabled | |||
BACKGROUND_SCAN_INTERVAL | Background sensor scanning interval in seconds | Int | |||
UNIT_TEMPERATURE | Temperature unit | C-Celsius; F-Fahrenheit; K-Kelvin | |||
ACCURACY_TEMPERATURE | Temperature accuracy | 0 - 0 Decimal place (e.g. 1 K); 1 - 1 Decimal place (e.g. 0.1 K); 2 - 2 Decimal places (e.g. 0.01 K) | |||
UNIT_HUMIDITY | Humidity unit | 0-Percent, 1-Absolute, 2-Dew point | |||
ACCURACY_HUMIDITY | Humidity accuracy | 0 - 0 Decimal place (e.g. 1 %); 1 - 1 Decimal place (e.g. 0.1 %); 2 - 2 Decimal places (e.g. 0.01 %) | |||
UNIT_PRESSURE | Pressure unit | 0-Pascal; 1-Hectopascal; 2-mmHg; 3-inHg | |||
ACCURACY_PRESSURE | Pressure accuracy | 0 - 0 Decimal place (e.g. 1 hPa); 1 - 1 Decimal place (e.g. 0.1 hPa); 2 - 2 Decimal places (e.g. 0.01 hPa) | |||
DASHBOARD_ENABLED | Dashboard view enabled in app | true/false | |||
CLOUD_MODE_ENABLED | Cloud mode ebabled or not | true/false | |||
CHART_SHOW_ALL_POINTS | Display all points in chart | true/false | |||
CHART_DRAW_DOTS | Show dots in chart | true/false | |||
CHART_VIEW_PERIOD | Chart view period in days | Int | |||
DISABLE_EMAIL_NOTIFICATIONS | Disable sending email notifications | true/false | |||
DISABLE_PUSH_NOTIFICATIONS | Disable sending mobile push notifications | true/false | |||
DISABLE_TELEGRAM_NOTIFICATIONS | Disable sending Telegram notifications | true/false |
Last updated