Index: sources/gui/GuiGlobals.h =================================================================== diff -u -rc84fa6f5db06b04deaa6d46d04ee653abfd987b8 -re0158a66406d2280faab420f9272c8326c00e744 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision c84fa6f5db06b04deaa6d46d04ee653abfd987b8) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision e0158a66406d2280faab420f9272c8326c00e744) @@ -62,7 +62,6 @@ enum GuiActionsType_Enum /* : quint16 QML does not support enum types */ { ID_Unknown = 0x0000, - ID_CANBusFaultCount = 0x9909, ID_RawData = 0xFFFE, @@ -127,7 +126,8 @@ ID_PostTreatmentStates = 0x770F, // 119 //// ----- @CRAPIZED: had to change to avoid duplication // ----- - ID_PowerOffWarning = 0x2200, // 34 //// ----- @LEAHIZED + ID_PowerOff = 0xB700, // 183 //// ----- @LEAHIZED + ID_ShuttingDown = 0x0E0F, // 35 //// ----- @CRAPIZED: had to change to avoid duplication ID_TreatmentTime = 0x3B00, // 59 //// ----- @LEAHIZED ID_BloodFlow = 0x1100, // 17 //// ----- @LEAHIZED ID_DialysateInletFlow = 0x0800, @@ -200,7 +200,7 @@ ID_DDOperationModeData = 0x1300, ID_DGReservoirData = 0x280F, // ?? //// ----- @CRAPIZED: had to change to avoid duplication ID_DGLoadCellReadingsData = 0x0C00, // 12 - ID_DGAccelerometerData = 0x340F, // 52 //// ----- @CRAPIZED: had to change to avoid duplication + ID_DGAccelerometerData = 0x3400, // 52 ID_DDValvesStatesData = 0x1B00, // 27 //// ----- @LEAHIZED ID_DDPressuresData = 0x1C00, // 28 //// ----- @LEAHIZED ID_DDConductivityData = 0x1F00, // 31 //// ----- @LEAHIZED