Index: sources/gui/GuiGlobals.h =================================================================== diff -u -reb23f842f5b153622da276cdd167d98ea4d7ef04 -r3e5cdca5de3ac46619325bf1e37c572d729d5fa9 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision eb23f842f5b153622da276cdd167d98ea4d7ef04) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 3e5cdca5de3ac46619325bf1e37c572d729d5fa9) @@ -90,7 +90,8 @@ ID_AlarmStatus = 0x0200, ID_AlarmTriggered = 0x0300, ID_AlarmCleared = 0x0400, - ID_AlarmUserAckReq = 0x3F00, // 63 + ID_AlarmClearedConditionReq = 0x3F00, // 63 // the same code is used for every unit to send and receive over the CANBus + ID_AlarmClearedConditionRsp = 0x3F00, // 63 // the same code is used for every unit to send and receive over the CANBus ID_AlarmSilenceReq = 0x3200, // 50 ID_AlarmUserActionReq = 0x4000, // 64 // there is no response since it is kind of the response to the ID_AlarmStatus from UI to HD