2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 17:36:01 +00:00

zwave/config: update xmls

git-svn-id: https://svn.fhem.de/fhem/trunk@12015 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
krikan 2016-08-20 12:30:05 +00:00
parent ffe08d208e
commit c7e409f12c

View File

@ -113,7 +113,7 @@ my %zwave_class = (
get => { sbStatus => "02" },
parse => { "03300300" => "state:closed",
"033003ff" => "state:open",
"043003(..)(..)"=> 'ZWave_sensorbinaryV2Parse($1,$2)' } }, #liefert 00=idle und ff=detected; umstellen?
"043003(..)(..)"=> 'ZWave_sensorbinaryV2Parse($1,$2)' } },
SENSOR_MULTILEVEL => { id => '31',
get => { smStatus => "04" },
parse => { "..3105(..)(..)(.*)" => 'ZWave_multilevelParse($1,$2,$3)'} },