fix
This commit is contained in:
parent
bd0afd8e4d
commit
505bad1ab0
|
@ -197,6 +197,7 @@ namespace ratgdo {
|
|||
obstructionLoop();
|
||||
doorStateLoop();
|
||||
dryContactLoop();
|
||||
ESP_LOGD(TAG, "Door State: %s", this->doorState.c_str()
|
||||
}
|
||||
|
||||
void RATGDOComponent::getRollingCode(const char* command)
|
||||
|
|
Loading…
Reference in New Issue