Deliver channel status events

This commit is contained in:
Dominik Werder
2023-09-27 14:07:48 +02:00
parent 76c61f564c
commit 921c3c1498
22 changed files with 431 additions and 307 deletions

View File

@@ -110,6 +110,7 @@ impl From<&ScalarType> for Api1ScalarType {
A::F64 => B::F64,
A::BOOL => B::BOOL,
A::STRING => B::STRING,
A::ChannelStatus => todo!("ChannelStatus not in Api1ScalarType"),
}
}
}