forked from M-Labs/thermostat
Grammar
This commit is contained in:
parent
ce86dc27fd
commit
370c7d8ad4
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user