git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4957 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-02-16 22:42:04 +00:00
parent 5f7810e1ee
commit e8df151bae

View File

@@ -837,9 +837,9 @@ LightScene_Attr($@)
if the first character of the <deviceList> ist a ! the devices from the list will come after if the first character of the <deviceList> ist a ! the devices from the list will come after
all other devices from this lightScene.<br> all other devices from this lightScene.<br>
&lt;scene&gt; and each element of &lt;deviceList&gt; are treated as a regex.<br> &lt;scene&gt; and each element of &lt;deviceList&gt; are treated as a regex.<br>
Example: To switch a master power outlet before every other device at power on and after every device on power off: Example: To switch a master power outlet before every other device at power on and after every device on power off:<br>
<code>define media LightScene TV,DVD,Amplifier,masterPower<br> <code>define media LightScene TV,DVD,Amplifier,masterPower<br>
attr media switchingOrder allOn:masterPower,.* allOff:!.*,masterPower</code> attr media switchingOrder .*On:masterPower,.* allOff:!.*,masterPower</code>
</li> </li>
</ul><br> </ul><br>
</ul> </ul>