This commit is contained in:
J. Nick Koston 2023-06-07 21:42:26 -05:00
parent 7b86803f4c
commit f2adaa7c91
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace ratgdo {
uint8_t obstructionState { ObstructionState::OBSTRUCTION_STATE_UNKNOWN };
uint8_t motionState { MotionState::MOTION_STATE_CLEAR };
uint8_t motorState { MotionState::MOTION_STATE_OFF };
uint8_t motorState { MotorState::MOTOR_STATE_OFF };
uint8_t lockState { LockState::LOCK_STATE_UNKNOWN };
uint8_t lightState { LightState::LIGHT_STATE_UNKNOWN };
uint8_t doorState { DoorState::DOOR_STATE_UNKNOWN };