From d58625634e70c611b867e35443e84d593e17a8e0 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Wed, 24 Aug 2016 05:39:12 +0000
Subject: [PATCH] 10_ZWave.pm: hex->dec doc change from krikan (Forum #56682)
git-svn-id: https://svn.fhem.de/fhem/trunk@12065 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/10_ZWave.pm | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/fhem/FHEM/10_ZWave.pm b/fhem/FHEM/10_ZWave.pm
index 41e4a09c3..9c018a3a0 100755
--- a/fhem/FHEM/10_ZWave.pm
+++ b/fhem/FHEM/10_ZWave.pm
@@ -4847,13 +4847,13 @@ s2Hex($)
Class SCENE_ACTIVATION
sceneConfig
activate settings for a specific scene.
- Parameters are: sceneId, dimmingDuration (00..ff)
+ Parameters are: sceneId, dimmingDuration (0..255)
Class SCENE_ACTUATOR_CONF
sceneConfig
set configuration for a specific scene.
- Parameters are: sceneId, dimmingDuration, finalValue (00..ff)
+ Parameters are: sceneId, dimmingDuration, finalValue (0..255)
Class SCENE_CONTROLLER_CONF
@@ -5356,7 +5356,7 @@ s2Hex($)
Class SENSOR_ALARM
alarm alarmType
return the nodes alarm status of the requested alarmType. 00 = GENERIC,
- 01 = SMOKE, 02 = CO, 03 = CO2, 04 = HEAT, 05 = WATER, ff = returns the
+ 01 = SMOKE, 02 = CO, 03 = CO2, 04 = HEAT, 05 = WATER, 255 = returns the
nodes first supported alarm type.
@@ -5607,12 +5607,12 @@ s2Hex($)
assocGroupCmdList_X:AABBCCDD...
Class BASIC
- basicReport:XY
- state:basicGet
- state:basicSet XY
+ basicReport:X
+ basicGet:request
+ basicSet:X
Class BASIC_WINDOW_COVERING
- covering:[open:close:stop]
+ covering:[open|close|stop]
Class BATTERY
battery:chargelevel %
@@ -5768,20 +5768,20 @@ s2Hex($)
state:open
state:closed
SENSORY_BINARY V2:
- unknown:[00|ff]
- generalPurpose:[00|ff]
- smoke:[00|ff]
- CO:[00|ff]
- CO2:[00|ff]
- heat:[00|ff]
- water:[00|ff]
- freeze:[00|ff]
- tamper:[00|ff]
- aux:[00|ff]
- doorWindow:[00|ff]
- tilt:[00|ff]
- motion:[00|ff]
- glassBreak:[00|ff]
+ unknown:[off|on]
+ generalPurpose:[off|on]
+ smoke:[off|on]
+ CO:[off|on]
+ CO2:[off|on]
+ heat:[off|on]
+ water:[off|on]
+ freeze:[off|on]
+ tamper:[off|on]
+ aux:[off|on]
+ doorWindow:[off|on]
+ tilt:[off|on]
+ motion:[off|on]
+ glassBreak:[off|on]
Class SENSOR_MULTILEVEL
temperature $val [C|F]