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