2023-02-19 11:53:07 +00:00
|
|
|
{ "id": "widdevst",
|
|
|
|
"name": "Device Status Widget",
|
2023-03-16 15:33:10 +00:00
|
|
|
"version": "0.03",
|
2023-02-19 11:53:07 +00:00
|
|
|
"description": "Shows power status of Bluetooth, Compass, GPS and Heart Rate Monitor as well as storage and memory usage.",
|
|
|
|
"icon": "icon.png",
|
|
|
|
"type": "widget",
|
|
|
|
"tags": "widget,bluetooth,compass,gps,hrm",
|
2023-02-20 12:05:30 +00:00
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
2023-02-19 11:53:07 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name": "widdevst.wid.js", "url": "wid.js"}
|
|
|
|
]
|
|
|
|
}
|