added submodes #132

Merged
mkranz merged 2 commits from acs_ctrl_submodes into main 2023-02-10 12:18:38 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d65480dfed - Show all commits

View File

@ -40,6 +40,7 @@ class SetId(enum.IntEnum):
class Submode(enum.IntEnum):
OFF = 0
SAFE = 10
DETUMBLE = 11
IDLE = 12