diff --git a/FHEM/01_FHEMWEB.pm b/FHEM/01_FHEMWEB.pm
index 83db12aa8..eb806c7a7 100755
--- a/FHEM/01_FHEMWEB.pm
+++ b/FHEM/01_FHEMWEB.pm
@@ -3851,12 +3851,17 @@ FW_widgetOverride($$)
define d1 dummy
attr d1 webCmd state
- attr d1 setList state:on,off
+ attr d1 readingList state
+ attr d1 setList state:on,off
+
define d2 dummy
attr d2 webCmd state
- attr d2 setList state:slider,0,1,10
+ attr d2 readingList state
+ attr d2 setList state:slider,0,1,10
+
define d3 dummy
attr d3 webCmd state
+ attr d3 readingList state
attr d3 setList state:time
If the command is state, then the value will be used as a command.
diff --git a/FHEM/10_ZWave.pm b/FHEM/10_ZWave.pm
index 8947ad0a7..af40f4c3a 100755
--- a/FHEM/10_ZWave.pm
+++ b/FHEM/10_ZWave.pm
@@ -383,6 +383,12 @@ my %zwave_class = (
($1 eq "fe" ? "barrierState:opening" :
($1 eq "ff" ? "barrierState:open" :
"barrierState:".hex($1))))))'} },
+ NETWORK_MANAGEMENT_INSTALL=> { id => '67' },
+ ZIP_NAMING => { id => '68' },
+ MAILBOX => { id => '69' },
+ WINDOW_COVERING => { id => '6a' },
+ IRRIGATION => { id => '6b' },
+ SUPERVISION => { id => '6c' },
ENTRY_CONTROL => { id => '6f' },
CONFIGURATION => { id => '70',
set => { configDefault=>"04%02x80",
@@ -561,6 +567,7 @@ my %zwave_class = (
'"alarm_type_$2:level ".hex($3)." node ".hex($1)." seconds ".hex($4)'} },
SILENCE_ALARM => { id => '9d' },
SENSOR_CONFIGURATION => { id => '9e' },
+ SECURITY_S2 => { id => '9f' },
MARK => { id => 'ef' },
NON_INTEROPERABLE => { id => 'f0' },
);