2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

10_ZWave.pm: more dimWithDuration documentation (Forum #50341)

git-svn-id: https://svn.fhem.de/fhem/trunk@11324 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-04-27 08:39:41 +00:00
parent 442aac218b
commit 5e65a96717

View File

@ -4499,7 +4499,9 @@ s2Hex($)
<li>dimWithDuration value duration<br>
dim 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>
254, then as duration-128 minutes. Note: this command works only with
devices supporting version 2 of the SWITCH_MULTILEVEL class, which you can
verify with get versionClassAll</li>
<li>stop<br>
stop dimming/operation</li>