lsc370: try to improve behaviour with heater in open loop mode

This commit is contained in:
l_samenv
2025-02-24 16:00:06 +01:00
parent 59ef340f0b
commit 58113622bd

View File

@ -2195,9 +2195,9 @@ proc lsc::updateloop_370 {} {
if {[sct] eq "/tbf/set"} { if {[sct] eq "/tbf/set"} {
clientput "still heater still at $power, please calm down!" clientput "still heater still at $power, please calm down!"
} else { } else {
clientput "[sct] heater still at $power, please calm down!" clientput "[sct] heater still at $power, try to switch off"
} }
sct send "CMODE 4;HTR?" sct send "CMODE 4;MOUT 0;HTR?"
return stdSct::complete return stdSct::complete
} }
return idle return idle