From 446716361b6ee8b19fd4fc61d614cf76e388354f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 16:03:03 -0500 Subject: [PATCH] adjust --- components/ratgdo/cover/ratgdo_cover.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ratgdo/cover/ratgdo_cover.cpp b/components/ratgdo/cover/ratgdo_cover.cpp index 9e42072..d5527ea 100644 --- a/components/ratgdo/cover/ratgdo_cover.cpp +++ b/components/ratgdo/cover/ratgdo_cover.cpp @@ -33,6 +33,7 @@ namespace ratgdo { this->current_operation = COVER_OPERATION_CLOSING; break; case DoorState::DOOR_STATE_STOPPED: + this->position = COVER_OPEN; default: this->current_operation = COVER_OPERATION_IDLE;