From 52fd577a939d1063bbedea538a68c56ba072fd89 Mon Sep 17 00:00:00 2001 From: gellnerm <47713613+gellnerm@users.noreply.github.com> Date: Mon, 8 May 2023 11:21:00 +0200 Subject: [PATCH] Update metadata.json Disallow emulator --- apps/widtemp/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/widtemp/metadata.json b/apps/widtemp/metadata.json index 7b28acd38..5ec0f2f0e 100644 --- a/apps/widtemp/metadata.json +++ b/apps/widtemp/metadata.json @@ -1,7 +1,7 @@ { "id": "widtemp", "name": "Temperature widget", - "version": "0.01", + "version": "0.02", "description": "A temperature widget, showing the current internal temperature", "readme": "README.md", "icon": "widtemp.png", @@ -10,7 +10,7 @@ "tags": "widget,health", "supports": ["BANGLEJS","BANGLEJS2"], "dependencies" : {}, - "allow_emulator":true, + "allow_emulator":false, "storage": [ {"name":"widtemp.wid.js","url":"widtemp.wid.js"} ]