export enum SirenMode {
    Home = 1,
    Away = 3,
    HomeAway = 4
}
