pub type LightSetGroupSimpleValueResult = Result<(), LightError>;
Aliased Type§
enum LightSetGroupSimpleValueResult {
Ok(()),
Err(LightError),
}
pub type LightSetGroupSimpleValueResult = Result<(), LightError>;
enum LightSetGroupSimpleValueResult {
Ok(()),
Err(LightError),
}