mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
10_ZWave.pm: dimWithDuration (Forum #50341)
git-svn-id: https://svn.fhem.de/fhem/trunk@11317 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6d23bffbfb
commit
1ddf99bbd0
@ -66,6 +66,7 @@ my %zwave_class = (
|
|||||||
set => { off => "0100",
|
set => { off => "0100",
|
||||||
on => "01FF",
|
on => "01FF",
|
||||||
dim => "01%02x",
|
dim => "01%02x",
|
||||||
|
dimWithDuration => "01%02x%02x",
|
||||||
stop => "05" },
|
stop => "05" },
|
||||||
get => { swmStatus => "02", },
|
get => { swmStatus => "02", },
|
||||||
parse => { "032603(.*)"=> '($1 eq "00" ? "state:off" :
|
parse => { "032603(.*)"=> '($1 eq "00" ? "state:off" :
|
||||||
@ -4495,6 +4496,10 @@ s2Hex($)
|
|||||||
the same as for SWITCH_BINARY.</li>
|
the same as for SWITCH_BINARY.</li>
|
||||||
<li>dim value<br>
|
<li>dim value<br>
|
||||||
dim/jump to the requested value (0..100)</li>
|
dim/jump to the requested value (0..100)</li>
|
||||||
|
<li>dimWithDuration value duration<br>
|
||||||
|
dim/jump to the requested value (0..100) in duration time. If duration is
|
||||||
|
less than 128, then it is interpreted as seconds, if it is between 128 and
|
||||||
|
254, then as duration-128 minutes.</li>
|
||||||
<li>stop<br>
|
<li>stop<br>
|
||||||
stop dimming/operation</li>
|
stop dimming/operation</li>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user