2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

98_RandomTimer: brackets deleted in documentation

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

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>