This commit is contained in:
atse 2024-01-22 12:50:59 +08:00
parent c37373ffc2
commit e998172cb2
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);
}