2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

10_ZWave.pm: Add new CCs from SDK 6.7 (from krikan, Forum #72338)

01_FHEMWEB.pm: more precise doc (Forum #72341)


git-svn-id: https://svn.fhem.de/fhem/trunk@14358 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-05-25 08:06:44 +00:00
parent baf3d49ea8
commit 21ed4127f9
2 changed files with 14 additions and 2 deletions

View File

@ -3851,12 +3851,17 @@ FW_widgetOverride($$)
<ul>
define d1 dummy<br>
attr d1 webCmd state<br>
attr d1 setList state:on,off<br>
attr d1 readingList state<br>
attr d1 setList state:on,off<br><br>
define d2 dummy<br>
attr d2 webCmd state<br>
attr d2 setList state:slider,0,1,10<br>
attr d2 readingList state<br>
attr d2 setList state:slider,0,1,10<br><br>
define d3 dummy<br>
attr d3 webCmd state<br>
attr d3 readingList state<br>
attr d3 setList state:time<br>
</ul>
If the command is state, then the value will be used as a command.<br>

View File

@ -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' },
);