This commit is contained in:
atse 2024-01-22 12:50:59 +08:00
parent 45412cd504
commit fb4333e177

View File

@ -386,7 +386,7 @@ impl Handler {
if !fan_ctrl.fan_available() { if !fan_ctrl.fan_available() {
send_line( send_line(
socket, socket,
b"{ \"warning\": \"this thermostat doesn't have fan!\" }", b"{ \"warning\": \"this thermostat doesn't have a fan!\" }",
); );
return Ok(Handler::Handled); return Ok(Handler::Handled);
} }