This commit is contained in:
Markus Kranz 2023-03-27 11:11:07 +02:00
parent 40b2973d9e
commit 3c25af39c6
1 changed files with 1 additions and 1 deletions

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