UNPKG

homebridge-tahoma-fork

Version:

Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma

8 lines 408 B
import { Command } from 'overkiz-client'; import HeatingSystem from '../HeatingSystem'; export default class AtlanticPassAPCBoiler extends HeatingSystem { protected registerMainService(): import("hap-nodejs").Service; protected getOnCommands(value: any): Command | Array<Command>; protected onStateChanged(name: any, value: any): void; } //# sourceMappingURL=AtlanticPassAPCBoiler.d.ts.map