From a42149c804d3bb53b067cfc52135d01e03fe1c61 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Sat, 19 Mar 2016 20:12:19 +0000 Subject: [PATCH] 31_LightScene.pm: added nextScene/previousScene doku git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11088 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/31_LightScene.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FHEM/31_LightScene.pm b/FHEM/31_LightScene.pm index d79ede685..40e2db5d9 100644 --- a/FHEM/31_LightScene.pm +++ b/FHEM/31_LightScene.pm @@ -997,6 +997,10 @@ LightScene_editTable($) { save current state for alle devices in this LightScene to <scene_name>
  • scene <scene_name>
    shows scene <scene_name> - all devices are switched to the previously saved state
  • +
  • nextScene
    + activates the next scene in alphabetical order after the current scene or the first if no current scene is set.
  • +
  • previousScene
    + activates the previous scene in alphabetical order before the current scene or the last if no current scene is set.
  • set <scene_name> <device> [<cmd>]
    set the saved state of <device> in <scene_name> to <cmd>
  • setcmd <scene_name> <device> [<cmd>]