deployment handler

This commit is contained in:
2021-02-16 15:32:24 +01:00
parent e116e0dc64
commit c9947bbccc
14 changed files with 413 additions and 27 deletions

View File

@ -43,10 +43,11 @@ namespace objects {
TMP1075_HANDLER_2 = 0x44000006,
/* Custom device handler */
PCDU_HANDLER = 0x45000001,
PCDU_HANDLER = 0x44000007,
SOLAR_ARRAY_DEPL_HANDLER = 0x44000008,
/* 0x54 ('T') for thermal objects */
HEATER_HANDLER = 0x54000001,
HEATER_HANDLER = 0x54000003,
/* 0x54 ('T') for test handlers */
TEST_TASK = 0x54694269,