fix
This commit is contained in:
parent
665e1bb9d4
commit
a77e5d260c
|
@ -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(){
|
||||||
|
|
Loading…
Reference in New Issue