From 5108dc1c9dea25020447fd34ba916a36bcc87d6f Mon Sep 17 00:00:00 2001 From: wmurray-es <7922184d347c9e59e1ad273d42242d100bdaf524> Date: Thu, 30 Apr 2020 22:24:40 +0100 Subject: [PATCH] Rename to obey char limit --- apps.json | 4 ++-- apps/smtswch/{smartswitch-icon.js => smtswch-icon.js} | 0 apps/smtswch/{smartswitch.js => smtswch.js} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename apps/smtswch/{smartswitch-icon.js => smtswch-icon.js} (100%) rename apps/smtswch/{smartswitch.js => smtswch.js} (100%) diff --git a/apps.json b/apps.json index 13aec3c04..be2fb8561 100644 --- a/apps.json +++ b/apps.json @@ -1169,8 +1169,8 @@ "type": "bluetooth", "readme": "README.md", "storage": [ - {"name":"smartswitch.js","url":"app.js"}, - {"name":"smartswitch.img","url":"app-icon.js","evaluate":true}, + {"name":"smtswch.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}, diff --git a/apps/smtswch/smartswitch-icon.js b/apps/smtswch/smtswch-icon.js similarity index 100% rename from apps/smtswch/smartswitch-icon.js rename to apps/smtswch/smtswch-icon.js diff --git a/apps/smtswch/smartswitch.js b/apps/smtswch/smtswch.js similarity index 100% rename from apps/smtswch/smartswitch.js rename to apps/smtswch/smtswch.js