add None variant to LightState enum

This commit is contained in:
LordMZTE 2021-10-24 15:51:23 +02:00
parent 263e3f2cc4
commit 3d650cd893

View file

@ -116,6 +116,7 @@ pub struct State {
pub enum LightAlert {
Select,
LSelect,
None,
}
#[derive(Debug, Default, Clone, Serialize)]