Variable AlarmStatusConst

AlarmStatus: {
    ACKNOWLEDGED: "ACKNOWLEDGED";
    ACTIVE: "ACTIVE";
    CLEARED: "CLEARED";
} = ...