bugfix (enable settings page)
parent
6c4d3f41a5
commit
08687fb265
|
|
@ -1 +1,2 @@
|
||||||
|
1.1: bugfix (enable settings page)
|
||||||
1.0: first working version of App
|
1.0: first working version of App
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,12 @@
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
"icon":"nightwatch.icon.png",
|
"icon":"nightwatch.icon.png",
|
||||||
"screenshots" : [ { "url":"screenshot.png","url":"screenshot2.png" } ],
|
"screenshots" : [ { "url":"screenshot.png","url":"screenshot2.png" } ],
|
||||||
"version":"1.0",
|
"version":"1.1",
|
||||||
"description":"Logs sensor readings (currently T and p), show min/max and graph.",
|
"description":"Logs sensor readings (currently T and p), show min/max and graph.",
|
||||||
"tags": "tools,outdoors",
|
"tags": "tools,outdoors",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"nightwatch.app.js","url":"nightwatch.app.js"},
|
{"name":"nightwatch.app.js","url":"nightwatch.app.js"},
|
||||||
|
{"name":"nightwatch.settings.js","url":"nightwatch.settings.js"},
|
||||||
{"name":"nightwatch.img","url":"nightwatch.icon.js","evaluate":true}
|
{"name":"nightwatch.img","url":"nightwatch.icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue