feat: Added Typed impl for all automation devices
To accomplish this a basic implementation was also provided for some types in automation_lib
This commit is contained in:
@@ -163,6 +163,12 @@ impl quote::ToTokens for Implementation {
|
||||
)*
|
||||
}
|
||||
}
|
||||
|
||||
impl ::lua_typed::Typed for #name {
|
||||
fn type_name() -> String {
|
||||
stringify!(#name).into()
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user