motor
This commit is contained in:
parent
7b86803f4c
commit
f2adaa7c91
|
@ -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 };
|
||||
|
|
Loading…
Reference in New Issue