fix broken IDs
EIVE/-/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-06-14 02:59:20 +02:00
parent e91bf01daf
commit 656e75052b
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 2 additions and 1 deletions

View File

@ -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