UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

13 lines 465 B
"use strict"; /* eslint-disable @typescript-eslint/explicit-function-return-type */ Object.defineProperty(exports, "__esModule", { value: true }); exports.nwkPanId = void 0; const struct_1 = require("../struct"); /** * Creates a network PAN ID struct. * * @param data Data to initialize structure with. */ const nwkPanId = (data) => struct_1.Struct.new().member('uint16', 'panId').build(data); exports.nwkPanId = nwkPanId; //# sourceMappingURL=nwk-pan-id.js.map