forked from M-Labs/thermostat
Grammar
This commit is contained in:
parent
45412cd504
commit
fb4333e177
@ -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