Rename files again

master
wmurray-es 2020-04-30 22:03:55 +01:00
parent 56e6469a60
commit ff385ba7f6
4 changed files with 3 additions and 3 deletions

View File

@ -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}
]

View File

@ -21,7 +21,7 @@ let pages = [
},
{
name: "Upstairs",
icon: "smartswitch",
icon: "switch",
state: false
}];