Udate deps, backend list for plain node
This commit is contained in:
@@ -110,6 +110,8 @@ impl From<&ScalarType> for Api1ScalarType {
|
||||
A::F64 => B::F64,
|
||||
A::BOOL => B::BOOL,
|
||||
A::STRING => B::STRING,
|
||||
// TODO treat enum as number only
|
||||
A::Enum => B::U16,
|
||||
A::ChannelStatus => todo!("ChannelStatus not in Api1ScalarType"),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user