UNPKG

homebridge-tahoma-fork

Version:

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

13 lines 521 B
import RollerShutter from './RollerShutter'; import { Command } from 'overkiz-client'; export default class Awning extends RollerShutter { /** * Triggered when Homekit try to modify the Characteristic.TargetPosition * HomeKit '0' (Close) => 0% Deployment * HomeKit '100' (Open) => 100% Deployment **/ protected getTargetCommands(value: any): Command; protected reversedValue(value: any): any; protected onStateChanged(name: string, value: any): void; } //# sourceMappingURL=Awning.d.ts.map