1 | import "source-map-support/register";
|
2 | import "./lib/definitions";
|
3 |
|
4 |
|
5 |
|
6 | export * as uuid from "./lib/util/uuid";
|
7 | export * from "./lib/model/HAPStorage";
|
8 | export * from "./lib/Accessory";
|
9 | export * from "./lib/Bridge";
|
10 | export * from "./lib/Service";
|
11 | export * from "./lib/Characteristic";
|
12 | export * from "./lib/camera";
|
13 | export * from "./lib/tv/AccessControlManagement";
|
14 | export * from "./lib/HAPServer";
|
15 | export * from "./lib/datastream";
|
16 | export * from "./lib/controller";
|
17 | export * from "./lib/model/AccessoryInfo";
|
18 | export * from "./lib/util/clone";
|
19 | export * from "./lib/util/once";
|
20 | export * from "./lib/util/tlv";
|
21 | export * from "./lib/util/hapStatusError";
|
22 | export * from "./lib/util/color-utils";
|
23 | export * from "./lib/util/time";
|
24 | export * from "./lib/util/eventedhttp";
|
25 | export * from "./types";
|
26 |
|
27 |
|
28 |
|
29 | export * as LegacyTypes from "./accessories/types";
|
30 |
|
31 |
|
32 |
|
33 |
|
34 |
|
35 |
|
36 | export declare function HAPLibraryVersion(): string;
|
37 | import * as Services from "./lib/definitions/ServiceDefinitions";
|
38 | import * as Characteristics from "./lib/definitions/CharacteristicDefinitions";
|
39 |
|
40 |
|
41 |
|
42 |
|
43 |
|
44 |
|
45 |
|
46 | export declare namespace _definitions {
|
47 | export { Services, Characteristics, };
|
48 | }
|
49 |
|
\ | No newline at end of file |