add TCS submode
EIVE/-/pipeline/head There was a failure building this commit Details

This commit is contained in:
Robin Müller 2023-07-06 14:15:28 +02:00
parent 18304c31fa
commit c48f04eed5
Signed by: muellerr
GPG Key ID: 407F9B00F858F270
1 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,8 @@ class CtrlSetId(enum.IntEnum):
DEVICE_SENSORS = 1
SUS_TEMP_SENSORS = 2
HEATER_INFO = 4
class TcsSubmode(enum.IntEnum):
DEFAULT = 0
NO_HEATER_CTRL = 1