homebridge-loxone-proxy
Version:
Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.
8 lines • 361 B
TypeScript
import { LoxoneAccessory } from '../../LoxoneAccessory';
export declare class Intercom extends LoxoneAccessory {
configureServices(): void;
protected configureCamera(): Promise<void>;
protected setupCamera(ipAddress: string | undefined, base64auth?: string | undefined): void;
private registerChildItems;
}
//# sourceMappingURL=Intercom.d.ts.map