mirror of https://github.com/espruino/BangleApps
30 lines
653 B
JSON
30 lines
653 B
JSON
{
|
|
"batteryWarn": 30,
|
|
"showWidgets": false,
|
|
"weatherCircleData": "humidity",
|
|
"circleCount": 3,
|
|
"circle1": "Bangle/HRM",
|
|
"circle2": "Bangle/Steps",
|
|
"circle3": "Bangle/Battery",
|
|
"circle4": "weather",
|
|
"circle1color": "green-red",
|
|
"circle2color": "#0000ff",
|
|
"circle3color": "red-green",
|
|
"circle4color": "#ffff00",
|
|
"circle1colorizeIcon": true,
|
|
"circle2colorizeIcon": true,
|
|
"circle3colorizeIcon": true,
|
|
"circle4colorizeIcon": false,
|
|
"updateInterval": 60,
|
|
"showBigWeather": false,
|
|
|
|
"minHR": 40,
|
|
"maxHR": 200,
|
|
"confidence": 0,
|
|
"stepGoal": 10000,
|
|
"stepDistanceGoal": 8000,
|
|
"stepLength": 0.8,
|
|
"hrmValidity": 60
|
|
|
|
}
|