export declare enum ThermostatMode {
    OFF = 0,
    AUTO = 2,
    ANTIFREEZE = 4,
    MANUAL = 6
}
//# sourceMappingURL=ThermostatMode.d.ts.map