diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 63bef3a..3cc5ead 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -197,6 +197,7 @@ namespace ratgdo { obstructionLoop(); doorStateLoop(); dryContactLoop(); + ESP_LOGD(TAG, "Door State: %s", this->doorState.c_str() } void RATGDOComponent::getRollingCode(const char* command)