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