Report AirFilter humidity
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 3m57s
Build and deploy automation_rs / Build Docker image (push) Successful in 44s
Build and deploy automation_rs / Deploy Docker container (push) Successful in 29s

This commit is contained in:
2024-04-23 02:28:19 +02:00
parent 8b191f6013
commit 8b0c1ae352
7 changed files with 76 additions and 30 deletions

View File

@@ -98,6 +98,7 @@ mod tests {
let state = State {
on: Some(true),
current_fan_speed_setting: None,
humidity_ambient_percent: None,
};
let mut command = Command::new(Status::Success);
command.states = Some(States {