Support search for status channel and data fetch
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user