2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

31_LightScene.pm: added nextScene/previousScene doku

git-svn-id: https://svn.fhem.de/fhem/trunk@11088 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-03-19 20:12:19 +00:00
parent e85916a486
commit beec051576

View File

@ -997,6 +997,10 @@ LightScene_editTable($) {
save current state for alle devices in this LightScene to &lt;scene_name&gt;</li>
<li>scene &lt;scene_name&gt;<br>
shows scene &lt;scene_name&gt; - all devices are switched to the previously saved state</li>
<li>nextScene<br>
activates the next scene in alphabetical order after the current scene or the first if no current scene is set.</li>
<li>previousScene<br>
activates the previous scene in alphabetical order before the current scene or the last if no current scene is set.</li>
<li>set &lt;scene_name&gt; &lt;device&gt; [&lt;cmd&gt;]<br>
set the saved state of &lt;device&gt; in &lt;scene_name&gt; to &lt;cmd&gt;</li>
<li>setcmd &lt;scene_name&gt; &lt;device&gt; [&lt;cmd&gt;]<br>