2023-08-29 18:32:03 +00:00
|
|
|
{
|
|
|
|
"id":"nightwatch",
|
|
|
|
"readme":"README.md",
|
|
|
|
"name":"The Nightwatch",
|
|
|
|
"shortName":"Nightwatch",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"icon":"nightwatch.icon.png",
|
|
|
|
"screenshots" : [ { "url":"screenshot.png","url":"screenshot2.png" } ],
|
2023-08-30 03:22:23 +00:00
|
|
|
"version":"1.1",
|
2023-08-29 18:32:03 +00:00
|
|
|
"description":"Logs sensor readings (currently T and p), show min/max and graph.",
|
|
|
|
"tags": "tools,outdoors",
|
|
|
|
"storage": [
|
|
|
|
{"name":"nightwatch.app.js","url":"nightwatch.app.js"},
|
2023-08-30 03:22:23 +00:00
|
|
|
{"name":"nightwatch.settings.js","url":"nightwatch.settings.js"},
|
2023-08-29 18:32:03 +00:00
|
|
|
{"name":"nightwatch.img","url":"nightwatch.icon.js","evaluate":true}
|
2023-08-30 04:00:52 +00:00
|
|
|
],
|
|
|
|
"data": [{"name":"nightwatch.json"}]
|
2023-08-29 18:32:03 +00:00
|
|
|
}
|