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