some tests stuck now

This commit is contained in:
Robin Mueller
2026-01-16 13:14:01 +01:00
parent 55b8ecf2a6
commit bcbac6e886
3 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -69,8 +69,8 @@ impl Default for SwitchMapBinaryWrapper {
}
pub struct SwitchRequest {
switch_id: SwitchId,
target_state: SwitchStateBinary,
pub switch_id: SwitchId,
pub target_state: SwitchStateBinary,
}
impl SwitchRequest {