2023-05-11 09:28:33 +00:00
|
|
|
{ "id": "clkinfomag",
|
|
|
|
"name": "Compass Clockinfo",
|
2023-05-15 08:49:17 +00:00
|
|
|
"version":"0.02",
|
2023-05-11 09:28:33 +00:00
|
|
|
"description": "Extra information to add to clock screens. When selected, displays the compass heading and an arrow pointing North",
|
|
|
|
"icon": "icon.png",
|
|
|
|
"type": "clkinfo",
|
|
|
|
"tags": "clkinfo,compass,mag,magnetometer",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"clkinfomag.clkinfo.js","url":"clkinfo.js"}
|
|
|
|
]
|
|
|
|
}
|