aboutsummaryrefslogtreecommitdiff
path: root/modules/auto_mode.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auto_mode.py')
-rw-r--r--modules/auto_mode.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/auto_mode.py b/modules/auto_mode.py
index c8c5d173..fd01f787 100644
--- a/modules/auto_mode.py
+++ b/modules/auto_mode.py
@@ -1,7 +1,8 @@
from src import ModuleManager, utils
@utils.export("channelset", {"setting": "automode",
- "help": "Disable/Enable automode", "validate": utils.bool_or_none})
+ "help": "Disable/Enable automode", "validate": utils.bool_or_none,
+ "example": "on"})
class Module(ModuleManager.BaseModule):
_name = "AutoMode"