diff --git a/public/index.html b/public/index.html
index 1d798a9..71e902e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,7 +4,7 @@
-
IoT Manager 4.2.1
+ IoT Manager 4.2.2
diff --git a/src/App.svelte b/src/App.svelte
index 7038490..fce0b20 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -468,7 +468,7 @@
if (IsJsonParse(data)) {
let statusJson = JSON.parse(data);
udateStatusOfWidget(statusJson);
- if (debug) console.log("[i]", statusJson);
+ if (debug) console.log("[i] status:", statusJson);
}
}
}
diff --git a/src/widgets/Chart.svelte b/src/widgets/Chart.svelte
index 73d2cc7..2fbbb67 100644
--- a/src/widgets/Chart.svelte
+++ b/src/widgets/Chart.svelte
@@ -1,6 +1,5 @@