p60dock, acu and pdu handler completed

This commit is contained in:
2020-12-21 10:26:28 +01:00
parent c9fbd2c048
commit f573d15830
4 changed files with 16 additions and 1 deletions

View File

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