HK level is a CLI argument now
Some checks failed
EIVE/-/pipeline/head There was a failure building this commit

This commit is contained in:
2023-07-10 16:07:01 +02:00
parent 069f84d220
commit fdb14cbdc5
6 changed files with 28 additions and 14 deletions

View File

@ -6,6 +6,7 @@ class CtrlSetId(enum.IntEnum):
DEVICE_SENSORS = 1
SUS_TEMP_SENSORS = 2
HEATER_INFO = 4
TCS_CTRL_INFO = 5
class TcsSubmode(enum.IntEnum):