From 2cc6b9d62c1e8a9e33e9436066e725a1d758fce6 Mon Sep 17 00:00:00 2001 From: wmurray-es <7922184d347c9e59e1ad273d42242d100bdaf524> Date: Thu, 30 Apr 2020 22:18:11 +0100 Subject: [PATCH] Renamw to see if it works now! --- apps.json | 2 +- apps/smartswitch/{smartswitch.app.js => smartswitch.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/smartswitch/{smartswitch.app.js => smartswitch.js} (100%) diff --git a/apps.json b/apps.json index f536c0448..d6acd37ee 100644 --- a/apps.json +++ b/apps.json @@ -1168,7 +1168,7 @@ "tags": "bluetooth,btle,smart,switch", "readme": "README.md", "storage": [ - {"name":"smartswitch.app.js","url":"app.js"}, + {"name":"smartswitch.js","url":"app.js"}, {"name":"smartswitch.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}, diff --git a/apps/smartswitch/smartswitch.app.js b/apps/smartswitch/smartswitch.js similarity index 100% rename from apps/smartswitch/smartswitch.app.js rename to apps/smartswitch/smartswitch.js