UNPKG

homebridge-tahoma

Version:

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

13 lines 647 B
import { Characteristic } from 'homebridge'; import { Command } from 'overkiz-client'; import Mapper from '../Mapper'; export default class VentilationSystem extends Mapper { protected active: Characteristic | undefined; protected currentState: Characteristic | undefined; protected targetState: Characteristic | undefined; protected registerMainService(): import("homebridge").Service; protected getTargetStateCommands(value: any): Command | Array<Command>; protected setTargetState(value: any): Promise<void>; protected onStateChanged(name: string, value: any): void; } //# sourceMappingURL=VentilationSystem.d.ts.map