Added Air Filter support
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-07 05:34:33 +02:00
parent 7ee40f6bb8
commit b12b76bd50
13 changed files with 347 additions and 11 deletions

View File

@@ -96,7 +96,10 @@ mod tests {
fn serialize() {
let mut execute_resp = Payload::new();
let state = State { on: Some(true) };
let state = State {
on: Some(true),
current_fan_speed_setting: None,
};
let mut command = Command::new(Status::Success);
command.states = Some(States {
online: true,