Further clean up garage-gate

This commit is contained in:
2026-05-27 12:13:01 +00:00
parent 675f1b3eee
commit ff57cb8b2c
8 changed files with 0 additions and 286 deletions
-4
View File
@@ -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),