Browse Source

- Add switch ignore for "Control Mode"
- see https://forum.fhem.de/index.php/topic,63723.msg1024734.html#msg1024734

erdoking 4 years ago
parent
commit
50d69abb17
1 changed files with 4 additions and 0 deletions
  1. 4 0
      local/share/check_mk/web/plugins/wato/fhem.py

+ 4 - 0
local/share/check_mk/web/plugins/wato/fhem.py

@@ -471,6 +471,10 @@ register_check_parameters(
                             totext = "auto",
                             title = _("auto"),
                         ),
+                        FixedValue(
+                            'ignore',
+                            title = _("ignore"),
+                        ),
                         FixedValue(
                             'manual',
                             totext = "manual",