mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 05:16:02 +00:00
docu fix
git-svn-id: https://svn.fhem.de/fhem/trunk@4957 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
97b66d8e08
commit
cddd8feac1
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user