homebridge-tahoma
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma
11 lines • 577 B
TypeScript
import { Command } from 'overkiz-client';
import HeatingSystem from '../HeatingSystem';
export default class AtlanticPassAPCZoneControl extends HeatingSystem {
protected TARGET_MODES: number[];
protected registerMainService(): import("homebridge").Service;
protected getTargetStateCommands(value: any): Command | Array<Command>;
protected getTargetTemperatureCommands(value: any): Command | Array<Command>;
protected onStateChanged(name: any, value: any): void;
protected computeStates(): void;
}
//# sourceMappingURL=AtlanticPassAPCZoneControl.d.ts.map