+ - readingFnAttributes
+ - disableCond
+ In the disableCond-Attibute a condition can be specified, that must be true to have the
+ Randomtimer work. The Condition must be put into round brackets. The best way is to define
+ a function in 99_utils.
+
+ Examples
+
+ attr ZufallsTimerZ disableCond (!isVerreist())
+
+
+ - onCmd, offCmd
+ Setting the on-/offCmd changes the command sent to the device. Standard is: "set <device> on".
+ The device can be specified by a @.
+
+ Examples
+
+ attr Timer oncmd {fhem("set @ on-for-timer 14")}
+ attr Timer offCmd {fhem("set @ off 16")}
+ attr Timer oncmd set @ on-for-timer 12
+ attr Timer offCmd set @ off 12
+
+
+ - switchmode
+ Setting the switchmode you can influence the behavior of switching on/off.
+ The parameter has the Format 999/999 and the default ist 800/200. The values are in "per mill".
+ The first parameter sets the value of the probability that the device will be switched on when the device is off.
+ The second parameter sets the value of the probability that the device will be switched off when the device is off.
+ Examples
+
+ attr ZufallsTimerZ switchmode 400/400
+
+
+
+
+
+=end html_DE
+=cut
\ No newline at end of file
diff --git a/fhem/MAINTAINER.txt b/fhem/MAINTAINER.txt
index 28a3b6752..348fd0262 100644
--- a/fhem/MAINTAINER.txt
+++ b/fhem/MAINTAINER.txt
@@ -156,6 +156,7 @@ FHEM/98_HMinfo.pm martinp876 http://forum.fhem.de Sonstiges
FHEM/98_Heating_Control.pm dietmar63 http://forum.fhem.de Unterstützende Dienste
FHEM/98_JsonList.pm mfr69bs http://forum.fhem.de Automatisierung
FHEM/98_PID.pm rudolfkoenig http://forum.fhem.de Automatisierung
+FHEM/98_RandomTimer.pm dietmar63 http://forum.fhem.de Unterstützende Dienste
FHEM/98_SVG.pm rudolfkoenig http://forum.fhem.de Frontends
FHEM/98_THRESHOLD.pm damian-s http://forum.fhem.de Automatisierung
FHEM/98_WOL.pm klassm http://forum.fhem.de Sonstiges