diff --git a/fhem/FHEM/31_LightScene.pm b/fhem/FHEM/31_LightScene.pm
index d79ede685..40e2db5d9 100644
--- a/fhem/FHEM/31_LightScene.pm
+++ b/fhem/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>]