homebridge-tahoma
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma
9 lines • 430 B
TypeScript
import { Command } from 'overkiz-client';
import RollerShutter from '../RollerShutter';
export default class PositionableRollerShutterWithLowSpeedManagement extends RollerShutter {
protected lowSpeed: any;
protected applyConfig(config: any): void;
protected getTargetCommands(value: any): Command;
protected get isLowSpeed(): boolean;
}
//# sourceMappingURL=PositionableRollerShutterWithLowSpeedManagement.d.ts.map