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