export enum AlertEa {
    Idle = 0,
    ContactPolice = 1,
    ContactFireService = 2,
    ContactMedicalService = 3,
    PanicAlert = 4
}
