UNPKG

homebridge-tahoma

Version:

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

8 lines 393 B
import { Command } from 'overkiz-client'; import VenetianBlind from './VenetianBlind'; export default class AdjustableSlatsRollerShutter extends VenetianBlind { protected getTargetCommands(value: any): Command; protected getTargetAngleCommands(value: any): Command; protected onStateChanged(name: any, value: any): void; } //# sourceMappingURL=AdjustableSlatsRollerShutter.d.ts.map