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
74e2c9007b
commit
886d4611b0
@ -300,7 +300,7 @@ namespace ratgdo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Wait 5 pulses before updating to door opening status
|
// Wait 5 pulses before updating to door opening status
|
||||||
if (this->store_.>doorPositionCounter - lastDirectionChangeCounter > 5) {
|
if (this->store_.doorPositionCounter - lastDirectionChangeCounter > 5) {
|
||||||
if (this->doorState != "opening") {
|
if (this->doorState != "opening") {
|
||||||
ESP_LOGD(TAG, "Door Opening...");
|
ESP_LOGD(TAG, "Door Opening...");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user