From 9885ae38ff28a0b372f10f1dd6809aab8c40d34d Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 6 Aug 2008 07:55:53 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.fhem.de/fhem/trunk@227 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/docs/faq.html b/fhem/docs/faq.html index 7915e914d..db847a9be 100644 --- a/fhem/docs/faq.html +++ b/fhem/docs/faq.html @@ -308,7 +308,7 @@ messages from my FHT80b. How to switch back to the actuator:0% messages? define lime_reset notify .*lime-protection {\ $d = $defs{@}{READINGS}{"desired-temp"}{VAL};;\ $m = $defs{@}{READINGS}{"measured-temp"}{VAL};;\ - if($m > $d) {\ + if($m gt $d) {\ fhem("set @ desired-temp 29");;\ fhem("set @ desired-temp $d");;\ }\