export enum AlertValue01 {
    "" = 0,
    NoData = 1,
    BelowLowThreshold = 2,
    AboveHighThreshold = 3,
    Max = 4
}
