export enum FanLevel {
    Off = 0,
    Low = 25,
    Medium = 75,
    High = 100
}
