UNPKG

homebridge-plugin-wrapper

Version:

Wrapper for Homebridge and NodeJS-HAP with reduced dependencies that allows to intercept plugin values and also send to them

5 lines 272 B
/// <reference types="node" /> export declare type MacAddress = string; export declare function validMacAddress(address: string): boolean; export declare function generate(data: string | Buffer | NodeJS.TypedArray | DataView): MacAddress; //# sourceMappingURL=mac.d.ts.map