2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-02 00:48:53 +00:00

Document dimmer command from Marc, svn check-in 1154

git-svn-id: https://svn.fhem.de/fhem/trunk@1786 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-08-08 06:57:21 +00:00
parent e7c42e20f1
commit f77954dfa8
2 changed files with 30 additions and 22 deletions

View File

@ -161,7 +161,7 @@ EnOcean_Set($@)
Log $ll2, "dimmCtrl.dimm: " . $data; Log $ll2, "dimmCtrl.dimm: " . $data;
} else { } else {
return "Unknown argument $cmd, choose one of: teach, dimm" return "Unknown argument $cmd, choose one of: teach, dimm:slider,0,1,100"
} }

View File

@ -3821,6 +3821,14 @@ A line ending with \ will be concatenated with the next one, so long lines
Do not regulate the MD15.</li> Do not regulate the MD15.</li>
</ul></li> </ul></li>
<li>subType dimmCtrl, tested with ElTako Dimmer only
<ul>
<li>teach<br>
initiate teach-in mode
<li>dimm percent [time 01-FF FF:slowest] [on/off]<br>
issue dim command.
</ul>
</li>
<li>all other: <li>all other:
<ul> <ul>