From e91bf01daf1202beeb67c572b9468fde035b0c48 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 14 Jun 2023 02:03:20 +0200 Subject: [PATCH] add heater cmd IDs --- eive_tmtc/tmtc/power/bpx_batt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eive_tmtc/tmtc/power/bpx_batt.py b/eive_tmtc/tmtc/power/bpx_batt.py index 759690e..cdebc7f 100644 --- a/eive_tmtc/tmtc/power/bpx_batt.py +++ b/eive_tmtc/tmtc/power/bpx_batt.py @@ -30,6 +30,8 @@ class BpxActionId: RESET_COUNTERS = 3 SET_CFG = 4 GET_CFG = 5 + MAN_HEATER_ON = 10 + MAN_HEATER_OFF = 11 class BpxOpCode: