From 40d05f04e85e3a334673c981cc67457e3c6c1cd9 Mon Sep 17 00:00:00 2001 From: wmurray-es <7922184d347c9e59e1ad273d42242d100bdaf524> Date: Thu, 30 Apr 2020 21:31:46 +0100 Subject: [PATCH] Add app entry to apps.json --- apps.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/apps.json b/apps.json index d85739aad..ce33fce57 100644 --- a/apps.json +++ b/apps.json @@ -1158,5 +1158,22 @@ {"name":"batchart.app.js","url":"app.js"}, {"name":"batchart.img","url":"app-icon.js","evaluate":true} ] + }, + { "id": "smartswitch", + "name": "BTLE Smartswitch", + "shortName":"Smartswitch", + "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", + "readme": "README.md", + "storage": [ + {"name":"smartswitch.app.js","url":"app.js"}, + {"name":"smartswitch-on.img","url":"app-icon.js","evaluate":true}, + {"name":"smartswitch-on.img","url":"smartswitch-icon.js","evaluate":true}, + {"name":"smartswitch-off.img","url":"switch-off.js","evaluate":true}, + {"name":"light-on.img","url":"light-on.js","evaluate":true}, + {"name":"light-off.img","url":"light-off.js","evaluate":true} + ] } ]