Index: sources/canbus/MessageGlobals.h =================================================================== diff -u -ra7719c04d88da7ba4046e5c24c3ba22d632bedad -rc84fa6f5db06b04deaa6d46d04ee653abfd987b8 --- sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision a7719c04d88da7ba4046e5c24c3ba22d632bedad) +++ sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision c84fa6f5db06b04deaa6d46d04ee653abfd987b8) @@ -49,8 +49,7 @@ // but if the model still needs more the model will fail. // so it is better to keep them next to each other to make sure they are in sync. // ---- - {Gui::GuiActionType::ID_PowerOff , 1 }, // 1 parameters each 4bytes - {Gui::GuiActionType::ID_ShuttingDown , 0 }, + {Gui::GuiActionType::ID_PowerOffWarning , 0 * 4 }, // 0 parameters {Gui::GuiActionType::ID_TDCheckIn , 0 }, //// ----- @LEAHIZED // Generic Confirm Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r707f492165e583964b1840c72f2d668b18525631 -rc84fa6f5db06b04deaa6d46d04ee653abfd987b8 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 707f492165e583964b1840c72f2d668b18525631) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision c84fa6f5db06b04deaa6d46d04ee653abfd987b8) @@ -127,8 +127,7 @@ ID_PostTreatmentStates = 0x770F, // 119 //// ----- @CRAPIZED: had to change to avoid duplication // ----- - ID_PowerOff = 0xB700, // 183 //// ----- @LEAHIZED - ID_ShuttingDown = 0x0E0F, // 35 //// ----- @CRAPIZED: had to change to avoid duplication + ID_PowerOffWarning = 0x2200, // 34 //// ----- @LEAHIZED ID_TreatmentTime = 0x3B00, // 59 //// ----- @LEAHIZED ID_BloodFlow = 0x1100, // 17 //// ----- @LEAHIZED ID_DialysateInletFlow = 0x0800,