Support search for status channel and data fetch

This commit is contained in:
Dominik Werder
2024-07-26 15:16:19 +02:00
parent 8f383050f5
commit b52fbd9044
8 changed files with 14 additions and 39 deletions
-8
View File
@@ -174,10 +174,6 @@ impl EventsStreamRt {
);
read_next_values::<EnumVariant>(opts).await
}
ScalarType::ChannelStatus => {
warn!("read not yet supported {:?} {:?}", shape, scalar_type);
err::todoval()
}
},
Shape::Wave(_) => match &scalar_type {
ScalarType::U8 => read_next_values::<Vec<u8>>(opts).await,
@@ -199,10 +195,6 @@ impl EventsStreamRt {
warn!("read not yet supported {:?} {:?}", shape, scalar_type);
err::todoval()
}
ScalarType::ChannelStatus => {
warn!("read not yet supported {:?} {:?}", shape, scalar_type);
err::todoval()
}
},
_ => {
error!("TODO ReadValues add more types");