From ff385ba7f6e8fb9ae847d7f8b8a80afb100feb9f Mon Sep 17 00:00:00 2001 From: wmurray-es <7922184d347c9e59e1ad273d42242d100bdaf524> Date: Thu, 30 Apr 2020 22:03:55 +0100 Subject: [PATCH] Rename files again --- apps.json | 4 ++-- apps/smartswitch/smartswitch.app.js | 2 +- apps/smartswitch/{smartswitch-off.js => switch-off.js} | 0 apps/smartswitch/{smartswitch-on.js => switch-on.js} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename apps/smartswitch/{smartswitch-off.js => switch-off.js} (100%) rename apps/smartswitch/{smartswitch-on.js => switch-on.js} (100%) diff --git a/apps.json b/apps.json index c18228e70..657f93469 100644 --- a/apps.json +++ b/apps.json @@ -1170,8 +1170,8 @@ "storage": [ {"name":"smartswitch.app.js","url":"app.js"}, {"name":"smartswitch.img","url":"app-icon.js","evaluate":true}, - {"name":"smartswitch-on.img","url":"smartswitch-on.js","evaluate":true}, - {"name":"smartswitch-off.img","url":"smartswitch-off.js","evaluate":true}, + {"name":"switch-on.img","url":"switch-on.js","evaluate":true}, + {"name":"switch-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} ] diff --git a/apps/smartswitch/smartswitch.app.js b/apps/smartswitch/smartswitch.app.js index 90e0a82a8..ebfa5768a 100644 --- a/apps/smartswitch/smartswitch.app.js +++ b/apps/smartswitch/smartswitch.app.js @@ -21,7 +21,7 @@ let pages = [ }, { name: "Upstairs", - icon: "smartswitch", + icon: "switch", state: false }]; diff --git a/apps/smartswitch/smartswitch-off.js b/apps/smartswitch/switch-off.js similarity index 100% rename from apps/smartswitch/smartswitch-off.js rename to apps/smartswitch/switch-off.js diff --git a/apps/smartswitch/smartswitch-on.js b/apps/smartswitch/switch-on.js similarity index 100% rename from apps/smartswitch/smartswitch-on.js rename to apps/smartswitch/switch-on.js