added README files to apps.json for widgps and widhrm
parent
9064fe44b6
commit
3a97e4a8a1
|
|
@ -2802,6 +2802,7 @@
|
||||||
"description": "Show the power on/off status of the GPS",
|
"description": "Show the power on/off status of the GPS",
|
||||||
"tags": "widget,gps",
|
"tags": "widget,gps",
|
||||||
"type":"widget",
|
"type":"widget",
|
||||||
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"widgps.wid.js","url":"widget.js"}
|
{"name":"widgps.wid.js","url":"widget.js"}
|
||||||
]
|
]
|
||||||
|
|
@ -2813,6 +2814,7 @@
|
||||||
"description": "Show the power on/off status of the Heart Rate Monitor",
|
"description": "Show the power on/off status of the Heart Rate Monitor",
|
||||||
"tags": "widget, hrm",
|
"tags": "widget, hrm",
|
||||||
"type":"widget",
|
"type":"widget",
|
||||||
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"widhrt.wid.js","url":"widget.js"}
|
{"name":"widhrt.wid.js","url":"widget.js"}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,6 @@
|
||||||
A simple widget that shows the on/off status of the Heart Rate
|
A simple widget that shows the on/off status of the Heart Rate
|
||||||
Monitor.
|
Monitor.
|
||||||
|
|
||||||
- Uses Bangle.isHRTOn().
|
- Uses Bangle.isHRTOn(). Requires firmware v2.08.167 or later.
|
||||||
- Shows in grey when the HRT is off
|
- Shows in grey when the HRT is off
|
||||||
- Shows in red when the HRT is on
|
- Shows in red when the HRT is on
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue