DEN-5833: Implementation - Added 3 Alarm buttons - created Mute Button - created Up and Down Button (minimize/maximize) - used FW alarm status flag enum (Alarm_State_Flag_Bit_Positions) instead of the UI version and removed UI one. Code cleaned up - modified and cleaned up Notification Dialog and Bar. - modified Time Text component to be able to show sections with one zero only. - cleaned up main.qml
DEN-5833: Implementation - Updated the old Alarm model structure to used the notify in the Message Interpreter. - Updated the Alarm Trigger,Clear,Status to inherit from MAbstract to be able to the above. - Added a macro to make the request messages handling easier.