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

This commit is contained in:
Robin Müller 2023-06-14 02:03:20 +02:00
parent eae0120643
commit e91bf01daf
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

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: