This commit is contained in:
J. Nick Koston 2023-06-09 18:07:59 -05:00
parent b168e0254e
commit 907f776716
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ namespace ratgdo {
this->obstructionState,
this->motorState,
this->openings,
this->button);
this->buttonState);
if (isStatus && this->forceUpdate_) {
this->forceUpdate_ = false;
this->previousDoorState = DoorState::DOOR_STATE_UNKNOWN;