export declare enum EnableType {
    Off = 0,
    On = 1
}
export declare enum CurrenttHeaterCoolerStateType {
    Inactive = 0,
    Idle = 1,
    Heating = 2,
    Cooling = 3
}
export declare enum TargetHeaterCoolerStateType {
    Auto = 0,
    Heat = 1,
    Cool = 2
}
export declare enum CurrentHeatingCoolingStateType {
    Off = 0,
    Heat = 1,
    Cool = 2
}
export declare enum TargetHeatingCoolingStateType {
    Off = 0,
    Heat = 1,
    Cool = 2,
    Auto = 3
}
export declare enum TemperatureDisplayUnitsType {
    Celsius = 0,
    Fahrenheit = 1
}
export declare enum FridgeStateType {
    Off = 0,
    On = 1
}
