homebridge-tahoma
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma
7 lines • 341 B
TypeScript
import { Command } from 'overkiz-client';
import HeatingSystem from './HeatingSystem';
export default class ExteriorHeatingSystem extends HeatingSystem {
protected registerMainService(): import("hap-nodejs").Service;
protected getOnCommands(value: any): Command | Array<Command>;
}
//# sourceMappingURL=ExteriorHeatingSystem.d.ts.map