mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 17:12:32 +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:
parent
47b261948c
commit
57149aae64
@ -87,8 +87,7 @@ my %zwave_class = (
|
|||||||
($1 eq "ff" ? "state:on" :
|
($1 eq "ff" ? "state:on" :
|
||||||
"state:dim ".hex($1)))',
|
"state:dim ".hex($1)))',
|
||||||
"052603(..)(..)(..)" => 'sprintf("swmStatus:%s target %s '.
|
"052603(..)(..)(..)" => 'sprintf("swmStatus:%s target %s '.
|
||||||
'duration %s", hex($1), hex($2),
|
'duration %s", hex($1), hex($2), ZWave_byte2time($3))', # V4
|
||||||
ZWave_time2byte($hash,hex($3)))', # V4
|
|
||||||
"..260100.."=> "state:setOff",
|
"..260100.."=> "state:setOff",
|
||||||
"..2601ff.."=> "state:setOn",
|
"..2601ff.."=> "state:setOn",
|
||||||
"..260420" => "state:swmBeginUp",
|
"..260420" => "state:swmBeginUp",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user