UNPKG

homebridge-tahoma-fork

Version:

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

9 lines 434 B
import { Service } from 'homebridge'; import { Command } from 'overkiz-client'; import WaterHeatingSystem from '../WaterHeatingSystem'; export default class DomesticHotWaterTank extends WaterHeatingSystem { protected registerMainService(): Service; protected getOnCommands(value: any): Command | Array<Command>; protected onStateChanged(name: string, value: any): void; } //# sourceMappingURL=DomesticHotWaterTank.d.ts.map