enum for str submodes, added default submode and renamed submode for ccsds handler class #177

Merged
muellerr merged 2 commits from kranz_str_enum into main 2023-03-27 11:33:07 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3c25af39c6 - Show all commits

View File

@ -45,7 +45,7 @@ class ActionId(enum.IntEnum):
class Submode(enum.IntEnum):
# Informative, do not command this.
UNSET = 0
OFF = 0
DATARATE_LOW = 1
DATARATE_HIGH = 2