Further clean up garage-gate
This commit is contained in:
@@ -26,10 +26,6 @@ ENUM(DoorState, uint8_t,
|
||||
(OPENING, 4),
|
||||
(CLOSING, 5))
|
||||
|
||||
ENUM(DoorActionDelayed, uint8_t,
|
||||
(NO, 0),
|
||||
(YES, 1))
|
||||
|
||||
/// Enum for all states a the light can be in.
|
||||
ENUM(LightState, uint8_t,
|
||||
(OFF, 0),
|
||||
|
||||
Reference in New Issue
Block a user