瀏覽代碼

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

erdoking 4 年之前
父節點
當前提交
50d69abb17
共有 1 個文件被更改,包括 4 次插入0 次删除
  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",