homebridge-ecobee-status
Version:
Homebridge plugin to control Ecobee thermostat Home/Away/Sleep status through HomeKit security system interface
11 lines • 431 B
TypeScript
import { API } from 'homebridge';
export interface EcobeeAwayPlatformConfig {
refreshToken: string;
thermostatSerialNumbers?: string;
enableAutomationSwitch?: boolean;
homeIndefiniteHold?: boolean;
awayIndefiniteHold?: boolean;
sleepIndefiniteHold?: boolean;
}
export declare function updateHomebridgeConfig(homebridge: API, update: (config: string) => string): boolean;
//# sourceMappingURL=config.d.ts.map