docu fix
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4957 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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>
|
||||||
<scene> and each element of <deviceList> are treated as a regex.<br>
|
<scene> and each element of <deviceList> 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user