homebridge-tahoma
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma
11 lines • 496 B
TypeScript
import { Characteristic } from 'homebridge';
import { Command } from 'overkiz-client';
import Mapper from '../Mapper';
export default class OnOff extends Mapper {
protected on: Characteristic | undefined;
protected registerMainService(): import("homebridge").Service;
protected getOnOffCommands(value: any): Command | Array<Command>;
protected setOn(value: any): Promise<void>;
protected onStateChanged(name: string, value: any): boolean;
}
//# sourceMappingURL=OnOff.d.ts.map