UNPKG

homebridge-caddx-interlogix

Version:

A homebridge plugin for integrating the ComNav/NetworX/CaddX NX-595E network module with HomeKit

5 lines 279 B
export declare const ERROR_CODES: Set<string>; export declare function checkAddress(address: string): boolean; export declare function delay(milliseconds: number): Promise<unknown>; export declare function nextSequence(last: number): number; //# sourceMappingURL=utility.d.ts.map