Add entry at end of file
parent
f4a2f518f3
commit
ddf0f5c304
18
apps.json
18
apps.json
|
|
@ -1550,5 +1550,23 @@
|
|||
{"name":"hidjoystick.app.js","url":"app.js"},
|
||||
{"name":"hidjoystick.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
},
|
||||
{ "id": "smtswch",
|
||||
"name": "Smart Switch",
|
||||
"shortName":"Smart Switch",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "Using EspruinoHub, control your smart devices on and off via Bluetooth Low Energy!",
|
||||
"tags": "bluetooth,btle,smart,switch",
|
||||
"type": "app",
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"smtswch.app.js","url":"app.js"},
|
||||
{"name":"smtswch.img","url":"app-icon.js","evaluate":true},
|
||||
{"name":"light-on.img","url":"light-on.js","evaluate":true},
|
||||
{"name":"light-off.img","url":"light-off.js","evaluate":true},
|
||||
{"name":"switch-on.img","url":"switch-on.js","evaluate":true},
|
||||
{"name":"switch-off.img","url":"switch-off.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue