diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 0908195..1946df6 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -391,7 +391,7 @@ namespace ratgdo { } void RATGDOComponent::sendLightStatus(){ - ESP_LOGD(TAG, "Light state %d", this->store_.lightState) + ESP_LOGD(TAG, "Light state %d", this->store_.lightState); } void RATGDOComponent::sendLockStatus(){