suzbmode change back to unset

This commit is contained in:
Markus Kranz 2023-03-27 15:12:44 +02:00
parent b7ab257ae5
commit cd75d35229
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.
OFF = 0
UNSET = 0
DATARATE_LOW = 1
DATARATE_HIGH = 2
DATARATE_DEFAULT = 3