From 907f776716f19109581abddcd3fc9cdaed00a139 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 18:07:59 -0500 Subject: [PATCH] button --- components/ratgdo/ratgdo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 01aa4d3..616621e 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -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;