2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 16:46:35 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@227 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2008-08-06 07:55:53 +00:00
parent 80200112d0
commit 9885ae38ff

View File

@ -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");;\
}\