homebridge-tahoma
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma
6 lines • 312 B
TypeScript
import { Command } from 'overkiz-client';
import VentilationSystem from '../VentilationSystem';
export default class DimplexVentilationInletOutlet extends VentilationSystem {
protected getTargetStateCommands(value: any): Command | Array<Command>;
}
//# sourceMappingURL=DimplexVentilationInletOutlet.d.ts.map