pub type LightGetGroupCurrentBrightnessValueResult = Result<Option<Vec<f64>>, LightError>;

Aliased Type§

enum LightGetGroupCurrentBrightnessValueResult {
    Ok(Option<Vec<f64>>),
    Err(LightError),
}

Variants§

§1.0.0

Ok(Option<Vec<f64>>)

Contains the success value

§1.0.0

Err(LightError)

Contains the error value