eive-tmtc/eive_tmtc/tmtc/tcs/defs.py

9 lines
137 B
Python
Raw Normal View History

2023-01-31 15:41:51 +01:00
import enum
class CtrlSetId(enum.IntEnum):
PRIMARY_SENSORS = 0
DEVICE_SENSORS = 1
SUS_TEMP_SENSORS = 2
2023-02-21 02:28:32 +01:00
HEATER_INFO = 4