From 49876323cfa1f5fb48bd3f5696c0c04e645cf423 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Thu, 25 May 2017 08:06:44 +0000
Subject: [PATCH] 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/fhem@14358 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
FHEM/01_FHEMWEB.pm | 9 +++++++--
FHEM/10_ZWave.pm | 7 +++++++
2 files changed, 14 insertions(+), 2 deletions(-)
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' },
);