This commit is contained in:
atse 2024-01-22 12:50:59 +08:00
parent ce86dc27fd
commit 370c7d8ad4

View File

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