UNPKG

homebridge-tahoma-fork

Version:

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

14 lines 716 B
import { Characteristic } from 'homebridge'; import { Command } from 'overkiz-client'; import HeatingSystem from '../HeatingSystem'; export default class AtlanticPassAPCHeatPump extends HeatingSystem { protected MIN_TEMP: number; protected TARGET_MODES: number[]; protected consumption: Characteristic | undefined; protected registerMainService(): import("homebridge").Service; protected getTargetStateCommands(value: any): Command | Array<Command>; protected getTargetTemperatureCommands(value: any): Command | Array<Command>; protected onStateChanged(name: any, value: any): void; protected computeStates(): void; } //# sourceMappingURL=AtlanticPassAPCHeatPump.d.ts.map