working pdu2handler

This commit is contained in:
2020-12-20 17:35:03 +01:00
parent 8d951db169
commit 468c36f82f
11 changed files with 113 additions and 67 deletions

View File

@ -35,7 +35,8 @@ namespace objects {
/* 0x44 ('D') for device handlers */
P60DOCK_HANDLER = 0x44000001,
PDU2_HANDLER = 0x44000002
PDU1_HANDLER = 0x44000002,
PDU2_HANDLER = 0x44000003
};
}