@homebridge-plugins/homebridge-lutron-caseta-leap
Version:
Support for the Lutron Caseta Smart Bridge 2
16 lines • 698 B
TypeScript
import type { PlatformAccessory } from 'homebridge';
import type { Response, SmartBridge } from 'lutron-leap';
import type { DeviceWireResult, GlobalOptions, LutronCasetaLeap } from './platform.js';
export declare class PicoRemote {
private readonly platform;
private readonly accessory;
private readonly bridge;
private readonly options;
private services;
private trackers;
constructor(platform: LutronCasetaLeap, accessory: PlatformAccessory, bridge: SmartBridge, options: GlobalOptions);
initialize(): Promise<DeviceWireResult>;
handleEvent(response: Response): void;
handleUnsolicited(response: Response): void;
}
//# sourceMappingURL=PicoRemote.d.ts.map