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

View File

@ -392,12 +392,10 @@ 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)
Serial.println(lightStates[lightState]);
} }
void RATGDOComponent::sendLockStatus(){ void RATGDOComponent::sendLockStatus(){
ESP_LOGD(TAG, "Lock state %d", this->store_.lockState); ESP_LOGD(TAG, "Lock state %d", this->store_.lockState);
Serial.println(lockStates[lockState]);
} }
void RATGDOComponent::sendMotionStatus(){ void RATGDOComponent::sendMotionStatus(){