mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 16:46:35 +00:00
Typo
git-svn-id: https://svn.fhem.de/fhem/trunk@227 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
80200112d0
commit
9885ae38ff
@ -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");;\
|
||||
}\
|
||||
|
Loading…
x
Reference in New Issue
Block a user