From 3d294bff04d84faeee48a2f26a0cf13800770600 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 15 Apr 2015 13:21:04 +0000 Subject: [PATCH] fhem.pl: add defmod command (Forum #36265) git-svn-id: https://svn.fhem.de/fhem/trunk@8440 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref_frame.html | 19 +++++++++++++++- fhem/docs/commandref_frame_DE.html | 35 ++++++++++++++++++++++-------- fhem/fhem.pl | 23 ++++++++++++++++++-- 3 files changed, 65 insertions(+), 12 deletions(-) diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index a00f780cb..bd4790e1d 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -43,6 +43,7 @@ copy   createlog   define   + defmod   delete   deleteattr   deletereading   @@ -710,7 +711,6 @@ The following local attributes are used by a wider range of devices: Define a device. You need devices if you want to manipulate them (e.g. set on/off), and the logfile is also more readable if it contains e.g. "lamp off" instead of "Device 5673, Button 00, Code 00 (off)".
- Use "define <name> ?" to get a list of possible types.
After definition, the global event "DEFINED" will be generated, see the notify section for details.


@@ -720,6 +720,23 @@ The following local attributes are used by a wider range of devices:
+ +

defmod

+ + +

delete