This commit is contained in:
Mick Vleeshouwer
2022-04-11 12:18:31 -07:00
committed by Paulus Schoutsen
parent fd8fb59f7a
commit 71fb2d09b7

View File

@@ -39,8 +39,7 @@ def _select_option_open_closed_pedestrian(
OverkizCommandParam.CLOSED: OverkizCommand.CLOSE,
OverkizCommandParam.OPEN: OverkizCommand.OPEN,
OverkizCommandParam.PEDESTRIAN: OverkizCommand.SET_PEDESTRIAN_POSITION,
}[OverkizCommandParam(option)],
None,
}[OverkizCommandParam(option)]
)