mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
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…
x
Reference in New Issue
Block a user