This commit is contained in:
J. Nick Koston 2023-06-05 18:29:56 -05:00
parent a77e5d260c
commit 254a0ff463
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ namespace ratgdo {
} }
void RATGDOComponent::sendLightStatus(){ void RATGDOComponent::sendLightStatus(){
ESP_LOGD(TAG, "Light state %d", this->store_.lightState) ESP_LOGD(TAG, "Light state %d", this->store_.lightState);
} }
void RATGDOComponent::sendLockStatus(){ void RATGDOComponent::sendLockStatus(){