Explorar el Código

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

erdoking hace 4 años
padre
commit
50d69abb17
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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",