pub type LightGetGroupCurrentBrightnessValueResult = Result<Option<Vec<f64>>, LightError>;
enum LightGetGroupCurrentBrightnessValueResult { Ok(Option<Vec<f64>>), Err(LightError), }
Contains the success value
Contains the error value