export enum AlertValueVoc {
    "" = 0,
    Clean = 1,
    SlightlyPolluted = 2,
    ModeratelyPolluted = 3,
    HighlyPolluted = 4
}
