From 016e86a2f8d7e77b643617ad1012799b160cf886 Mon Sep 17 00:00:00 2001 From: wmurray-es <7922184d347c9e59e1ad273d42242d100bdaf524> Date: Fri, 1 May 2020 10:10:41 +0100 Subject: [PATCH] Change to correct app type so the app will show up in the watch loaders --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 0054f67a0..b56a49a4c 100644 --- a/apps.json +++ b/apps.json @@ -1166,7 +1166,7 @@ "version":"0.01", "description": "Using EspruinoHub, control your smart devices on and off via Bluetooth Low Energy!", "tags": "bluetooth,btle,smart,switch", - "type": "bluetooth", + "type": "app", "readme": "README.md", "storage": [ {"name":"smtswch.app.js","url":"app.js"},