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 448 B
import { Command } from 'overkiz-client'; import HeatingSystem from '../HeatingSystem'; export default class ThermostatSetPoint extends HeatingSystem { protected TARGET_MODES: number[]; protected registerMainService(): import("hap-nodejs").Service; protected getTargetTemperatureCommands(value: any): Command | Array<Command>; protected onStateChanged(name: any, value: any): void; } //# sourceMappingURL=ThermostatSetPoint.d.ts.map