zigbee-herdsman
Version:
An open source ZigBee gateway solution with node.js.
8 lines • 308 B
TypeScript
import { Struct } from "../struct";
/**
* Creates a network key struct.
*
* @param data Data to initialize structure with.
*/
export declare const nwkKey: (data?: Buffer | Buffer[]) => import("../struct").BuiltStruct<Struct & Record<"key", Buffer<ArrayBufferLike>>>;
//# sourceMappingURL=nwk-key.d.ts.map