fix
This commit is contained in:
parent
ed05ab1b05
commit
f1845fe9f8
|
@ -408,7 +408,6 @@ namespace ratgdo {
|
||||||
if (this->store_.motionState == MotionState::MOTION_STATE_DETECTED) {
|
if (this->store_.motionState == MotionState::MOTION_STATE_DETECTED) {
|
||||||
sendMotionStatus();
|
sendMotionStatus();
|
||||||
this->store_.motionState = MotionState::MOTION_STATE_CLEAR;
|
this->store_.motionState = MotionState::MOTION_STATE_CLEAR;
|
||||||
sendMotionStatus();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
previousDoorState = this->store_.doorState;
|
previousDoorState = this->store_.doorState;
|
||||||
|
|
Loading…
Reference in New Issue