This commit is contained in:
atse 2024-01-22 12:50:59 +08:00
parent 515fb2d3c3
commit b5a1a61534
1 changed files with 1 additions and 1 deletions

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);
}