diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index af46b8f..4f762cc 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -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;