diff --git a/eive_tmtc/tmtc/power/bpx_batt.py b/eive_tmtc/tmtc/power/bpx_batt.py index cdebc7f..0f24006 100644 --- a/eive_tmtc/tmtc/power/bpx_batt.py +++ b/eive_tmtc/tmtc/power/bpx_batt.py @@ -28,8 +28,9 @@ class BpxSetId(enum.IntEnum): class BpxActionId: REBOOT = 2 RESET_COUNTERS = 3 - SET_CFG = 4 + CONFIG_CMD = 4 GET_CFG = 5 + SET_CFG = 6 MAN_HEATER_ON = 10 MAN_HEATER_OFF = 11