UNPKG

529 BTypeScriptView Raw
1import { Accessory } from "./Accessory";
2/**
3 * Bridge is a special type of HomeKit Accessory that hosts other Accessories "behind" it. This way you
4 * can simply publish() the Bridge (with a single HAPServer on a single port) and all bridged Accessories
5 * will be hosted automatically, instead of needed to publish() every single Accessory as a separate server.
6 *
7 * @group Accessory
8 */
9export declare class Bridge extends Accessory {
10 constructor(displayName: string, UUID: string);
11}
12//# sourceMappingURL=Bridge.d.ts.map
\No newline at end of file