mirror of https://github.com/espruino/BangleApps
parent
60337edba3
commit
505031d74c
|
@ -1,2 +1,2 @@
|
|||
0.01: fork from miclock, Added compatib with b widgets, devices(dynamic x,y) and themes(dynamic colors)
|
||||
0.02: code refactored, change colors in real time
|
||||
0.02: Code refactored, change colors in real time
|
|
@ -8,6 +8,7 @@
|
|||
"tags": "clock",
|
||||
"screenshots": [{"url":"pic_mixdigan_bjs1.jpg"}],
|
||||
"supports": ["BANGLEJS","BANGLEJS"],
|
||||
"readme": "README.md",
|
||||
"allow_emulator": true,
|
||||
"storage": [
|
||||
{"name":"mixdiganclock.app.js","url":"mixdiganclock.app.js"},
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
0.01: 1st version: saves values to csv
|
||||
0.02: added HTML interface
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"id": "tempmonitor",
|
||||
"name": "Temperature monitor",
|
||||
"version": "0.01",
|
||||
"version": "0.02",
|
||||
"description": "Displays the current temperature and stores in a CSV file",
|
||||
"icon": "app.png",
|
||||
"tags": "tool",
|
||||
"interface": "interface.html",
|
||||
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"screenshots": [{"url":"photo_banglejs1.jpg"}],
|
||||
"allow_emulator": true,
|
||||
"storage": [
|
||||
|
|
Loading…
Reference in New Issue