From f1845fe9f8a841aced77f0702a70a3338783d258 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 15:00:34 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 1 - 1 file changed, 1 deletion(-) 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;