homebridge-tahoma-fork
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma
12 lines • 599 B
TypeScript
import { Characteristic } from 'homebridge';
import { Command } from 'overkiz-client';
import Mapper from '../Mapper';
export default class VentilationSystem extends Mapper {
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=DoorLock.d.ts.map