add basic mode request handling

This commit is contained in:
2023-02-15 11:19:23 +01:00
parent 933f94f687
commit 943ae821de
5 changed files with 153 additions and 121 deletions

View File

@ -245,6 +245,9 @@ fn main() {
HkRequest::Disable(_) => {}
HkRequest::ModifyCollectionInterval(_, _) => {}
},
Request::ModeRequest(_mode_req) => {
println!("mode request handling not implemented yet")
}
}
let started_token = reporter_aocs
.start_success(request.1, Some(&timestamp))