export declare enum ClimateState {
    HOME = "home",
    AWAY = "away",
    SLEEP = "sleep"
}
//# sourceMappingURL=types.d.ts.map