UNPKG

homebridge-loxone-proxy

Version:

Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.

7 lines 235 B
import { Intercom } from './Intercom'; export declare class IntercomV2 extends Intercom { private camera?; configureCamera(): Promise<void>; configureMotionSensor(): Promise<void>; } //# sourceMappingURL=IntercomV2.d.ts.map