UNPKG

homebridge-tahoma-fork

Version:

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

13 lines 746 B
import { Command } from 'overkiz-client'; import HeatingSystem from '../HeatingSystem'; export default class AtlanticElectricalHeater extends HeatingSystem { protected THERMOSTAT_CHARACTERISTICS: string[]; protected TARGET_MODES: number[]; protected registerMainService(): import("homebridge").Service; protected getTargetStateCommands(value: any): Command | Array<Command>; protected setTargetTemperature(value: any): Promise<void>; protected getTargetTemperatureCommands(value: any): Command | Array<Command> | undefined; protected getProgCommands(): Command | Array<Command> | undefined; protected onStateChanged(name: any, value: any): void; } //# sourceMappingURL=AtlanticElectricalHeater.d.ts.map