export enum AlertHm {
    "" = 0,
    HomeOccupied = 1,
    HomeOccupiedNoLocation = 2
}
