Index: sources/model/hd/adjustment/treatment/MTreatmentAdjustRequests.h =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -r712f4c8a1b2382919300895b4422b831471044a3 --- sources/model/hd/adjustment/treatment/MTreatmentAdjustRequests.h (.../MTreatmentAdjustRequests.h) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/model/hd/adjustment/treatment/MTreatmentAdjustRequests.h (.../MTreatmentAdjustRequests.h) (revision 712f4c8a1b2382919300895b4422b831471044a3) @@ -403,9 +403,9 @@ * \brief The MAlarmSilenceReq class * \details The model to request alarm silent * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | - * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------------------:| - * |0x3200| 0x100 | 9 | Req | Y | UI | HD | Alarm (de)Silent Request | + * | MSG | CAN ID | Type | Ack | Src | Dest | Description | + * |:----:|:------:|:----:|:---:|:---:|:----:|:-----------------------:| + * |0x0500| 0x041 | Req | Y | UI | TD | Alarm (de)Silent Request | * * | Payload || * | || @@ -427,9 +427,9 @@ * \brief The MAlarmUserActionReq class * \details The model to tell HD an alarm action has been made by user * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | - * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:------------------:| - * |0x4000| 0x100 | N/A | Cmd | Y | UI | HD | Alarm User Action | + * | MSG | CAN ID | Type | Ack | Src | Dest | Description | + * |:----:|:------:|:----:|:---:|:---:|:----:|:------------------:| + * |0x0600| 0x041 | Cmd | Y | UI | TD | Alarm User Action | * * | Payload || * | || @@ -439,9 +439,6 @@ class MAlarmUserActionReq : public MModel { public: GuiAlarmUserActions action; - QString toString() { - return toString({action}); - } static QString toString(const QVariantList &vParameters) { return MModel::toString("AlarmUserAction", vParameters); }