From a77e5d260c99d2fbf5bbbb5831341ae9c7bf2f49 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 18:29:38 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 7061cec..0908195 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -392,12 +392,10 @@ namespace ratgdo { void RATGDOComponent::sendLightStatus(){ ESP_LOGD(TAG, "Light state %d", this->store_.lightState) - Serial.println(lightStates[lightState]); } void RATGDOComponent::sendLockStatus(){ ESP_LOGD(TAG, "Lock state %d", this->store_.lockState); - Serial.println(lockStates[lockState]); } void RATGDOComponent::sendMotionStatus(){