98_RandomTimer: brackets deleted in documentation

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12697 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63 2016-12-01 23:36:55 +00:00
parent 56a4b9522e
commit f5bbee36d9

View File

@ -547,7 +547,7 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()}
<b>Examples</b>
<pre>
attr ZufallsTimerZ disableCond (!isVerreist())
attr ZufallsTimerZ disableCond (Value("presenceDummy") ne "present"))
attr ZufallsTimerZ disableCond (Value("presenceDummy") ne "present")
</pre>
</li>