diff --git a/public/index.html b/public/index.html
index 92bec14..4feffb2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,7 +4,7 @@
-
IoT Manager 4.1.3
+ IoT Manager 4.1.4
diff --git a/src/App.svelte b/src/App.svelte
index 0e192b7..b659303 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -37,6 +37,7 @@
let opened = false;
let preventMove = false;
let devMode = true;
+ let showWidjetJson = false;
//****************************************************variable section**********************************************************/
//******************************************************************************************************************************/
@@ -1122,7 +1123,7 @@
wsPush(ws, topic, status)} />
- {#if devMode}
+ {#if showWidjetJson}
{/if}
diff --git a/src/pages/Dashboard.svelte b/src/pages/Dashboard.svelte
index b1e7c16..352623c 100644
--- a/src/pages/Dashboard.svelte
+++ b/src/pages/Dashboard.svelte
@@ -1,6 +1,7 @@
+
+
+
+
+
+ ((widget.sent = true), wsPush(widget.ws, widget.topic, widget.status))}
+ class="form-range range-secondary w-full h-2 p-0 rounded-lg {widget.sent ? 'bg-red-300' : 'bg-gray-300'}
+ focus:outline-none appearance-none"
+ type="range"
+ min="0"
+ max="1024" />