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 615 B
import { Command } from 'overkiz-client'; import HeatingSystem from '../HeatingSystem'; export default class HitachiAirToAirHeatPump extends HeatingSystem { protected MIN_TEMP: number; protected MAX_TEMP: number; protected MIN_STEP: number; protected TARGET_MODES: number[]; protected getTargetStateCommands(value: any): Command | Array<Command> | undefined; protected getTargetTemperatureCommands(value: any): Command | Array<Command>; protected onStateChanged(name: string, value: any): void; private getCommands; } //# sourceMappingURL=HitachiAirToAirHeatPump.d.ts.map