adjust
This commit is contained in:
parent
842861faa1
commit
446716361b
|
@ -33,6 +33,7 @@ namespace ratgdo {
|
||||||
this->current_operation = COVER_OPERATION_CLOSING;
|
this->current_operation = COVER_OPERATION_CLOSING;
|
||||||
break;
|
break;
|
||||||
case DoorState::DOOR_STATE_STOPPED:
|
case DoorState::DOOR_STATE_STOPPED:
|
||||||
|
this->position = COVER_OPEN;
|
||||||
default:
|
default:
|
||||||
this->current_operation = COVER_OPERATION_IDLE;
|
this->current_operation = COVER_OPERATION_IDLE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue