diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 4862f78..201ac4c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,6 @@
-
@@ -25,6 +24,7 @@
+
@@ -32,6 +32,7 @@
+
@@ -40,14 +41,14 @@
-
+
-
+
@@ -56,16 +57,11 @@
-
-
-
-
-
-
-
+
+
@@ -76,8 +72,8 @@
-
-
+
+
@@ -85,8 +81,8 @@
-
-
+
+
@@ -97,6 +93,7 @@
onOffBu
onmystromswitchEvent
+ showShutdownOctopiOption
onOffButtonEnabled
@@ -148,6 +145,13 @@
+
+
+
+
+
+
+
@@ -194,20 +198,6 @@
1574193087583
-
- 1574282504648
-
-
-
- 1574282504648
-
-
- 1574282834574
-
-
-
- 1574282834574
-
1574283002922
@@ -537,7 +527,21 @@
1582991033421
-
+
+ 1582991352868
+
+
+
+ 1582991352868
+
+
+ 1582991720560
+
+
+
+ 1582991720560
+
+
@@ -627,9 +631,6 @@
-
-
-
@@ -637,10 +638,20 @@
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -649,15 +660,15 @@
-
-
+
+
-
-
+
+
diff --git a/octoprint_mystromswitch/static/js/mystromswitch.js b/octoprint_mystromswitch/static/js/mystromswitch.js
index 87c6fb3..67adab6 100644
--- a/octoprint_mystromswitch/static/js/mystromswitch.js
+++ b/octoprint_mystromswitch/static/js/mystromswitch.js
@@ -62,8 +62,8 @@ $(function() {
})
}
- self.automaticShutdownEnabled.subscribe(self.onAutomaticShutdownEnabledChanged,self);
- self.automaticPowerOffEnabled.subscribe(self.onAutomaticPowerOffEnabledChanged,self);
+ //self.automaticShutdownEnabled.subscribe(self.onAutomaticShutdownEnabledChanged,self);
+ //self.automaticPowerOffEnabled.subscribe(self.onAutomaticPowerOffEnabledChanged,self);
self.onDataUpdaterPluginMessage = function(plugin, data) {
if (plugin != "mystromswitch" && plugin != "octoprint_mystromswitch") {
diff --git a/octoprint_mystromswitch/templates/mystromswitch_sidebar.jinja2 b/octoprint_mystromswitch/templates/mystromswitch_sidebar.jinja2
index da5a304..5464857 100644
--- a/octoprint_mystromswitch/templates/mystromswitch_sidebar.jinja2
+++ b/octoprint_mystromswitch/templates/mystromswitch_sidebar.jinja2
@@ -3,12 +3,12 @@