add heater cmd IDs
EIVE/-/pipeline/head This commit looks good Details

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
1 changed files with 2 additions and 0 deletions

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: