This commit is contained in:
J. Nick Koston 2023-06-07 15:00:34 -05:00
parent ed05ab1b05
commit f1845fe9f8
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -408,7 +408,6 @@ namespace ratgdo {
if (this->store_.motionState == MotionState::MOTION_STATE_DETECTED) {
sendMotionStatus();
this->store_.motionState = MotionState::MOTION_STATE_CLEAR;
sendMotionStatus();
}
previousDoorState = this->store_.doorState;