add heater cmd IDs
All checks were successful
EIVE/-/pipeline/head This commit looks good

This commit is contained in:
2023-06-14 02:03:20 +02:00
parent eae0120643
commit e91bf01daf

View File

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