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