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

10_ZWave.pm: fix the previous fix (Forum #96848)

git-svn-id: https://svn.fhem.de/fhem/trunk@18504 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-02-05 21:41:13 +00:00
parent 47b261948c
commit 57149aae64

View File

@ -87,8 +87,7 @@ my %zwave_class = (
($1 eq "ff" ? "state:on" :
"state:dim ".hex($1)))',
"052603(..)(..)(..)" => 'sprintf("swmStatus:%s target %s '.
'duration %s", hex($1), hex($2),
ZWave_time2byte($hash,hex($3)))', # V4
'duration %s", hex($1), hex($2), ZWave_byte2time($3))', # V4
"..260100.."=> "state:setOff",
"..2601ff.."=> "state:setOn",
"..260420" => "state:swmBeginUp",