mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
added docu
git-svn-id: https://svn.fhem.de/fhem/trunk@4723 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
955fddcc09
commit
ec6a551750
@ -1,6 +1,7 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
- SVN
|
- SVN
|
||||||
|
- feature: LightScene: added setcmd command
|
||||||
- feature: DASHBOARD: Dashboard get Tabs. Redesign saving of Group
|
- feature: DASHBOARD: Dashboard get Tabs. Redesign saving of Group
|
||||||
positioning.
|
positioning.
|
||||||
- bugfix: SYSMON: Log Warnings, unnoetige Readings erkenen und entfernen
|
- bugfix: SYSMON: Log Warnings, unnoetige Readings erkenen und entfernen
|
||||||
|
@ -672,7 +672,12 @@ LightScene_Get($@)
|
|||||||
<li>set <scene_name> <device> [<cmd>]<br>
|
<li>set <scene_name> <device> [<cmd>]<br>
|
||||||
set the saved state of <device> in <scene_name> to <cmd></li>
|
set the saved state of <device> in <scene_name> to <cmd></li>
|
||||||
<li>setcmd <scene_name> <device> [<cmd>]<br>
|
<li>setcmd <scene_name> <device> [<cmd>]<br>
|
||||||
set command to be executed for <device> in <scene_name> to <cmd></li>
|
set command to be executed for <device> in <scene_name> to <cmd>.
|
||||||
|
<cmd> can be any commandline that fhem understands including multiple commands separated by ;;
|
||||||
|
<ul>
|
||||||
|
<li>set kino_group setcmd allOff LampeDecke sleep 30 ;; set LampeDecke off</li>
|
||||||
|
<li>set light_group setcmd test Lampe1 sleep 10 ;; set Lampe1 on ;; sleep 5 ;; set Lampe1 off</li>
|
||||||
|
</ul></li>
|
||||||
<li>remove <scene_name><br>
|
<li>remove <scene_name><br>
|
||||||
remove <scene_name> from list of saved scenes</li>
|
remove <scene_name> from list of saved scenes</li>
|
||||||
</ul><br>
|
</ul><br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user