homebridge-tahoma-fork
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/Stuard40/homebridge-tahoma
7 lines • 311 B
TypeScript
import { Command } from 'overkiz-client';
import Alarm from '../Alarm';
export default class TSKAlarmController extends Alarm {
protected getTargetCommands(value: any): Command | Array<Command>;
protected onStateChanged(name: string, value: any): void;
}
//# sourceMappingURL=TSKAlarmController.d.ts.map