2022-12-29 21:59:23 +00:00
|
|
|
{
|
2023-03-06 12:14:56 +00:00
|
|
|
"id": "widbtstates",
|
|
|
|
"name": "Bluetooth States",
|
2022-12-29 21:59:23 +00:00
|
|
|
"version": "0.01",
|
2023-03-06 12:14:56 +00:00
|
|
|
"description": "If active, shows a white bluetooth icon, if connected, a blue one (nothing if sleeping)",
|
2022-12-29 21:59:23 +00:00
|
|
|
"icon": "widget.png",
|
|
|
|
"type": "widget",
|
2024-09-27 06:33:24 +00:00
|
|
|
"tags": "widget,bluetooth",
|
2022-12-29 21:59:23 +00:00
|
|
|
"provides_widgets" : ["bluetooth"],
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"storage": [
|
2023-03-06 12:14:56 +00:00
|
|
|
{"name":"widbtstates.wid.js","url":"widget.js"}
|
2022-12-29 21:59:23 +00:00
|
|
|
]
|
|
|
|
}
|