Add more heater commands #200

Merged
muellerr merged 3 commits from add-heater-cmd-ids into main 2023-06-14 06:06:59 +02:00
Showing only changes of commit 656e75052b - Show all commits

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