UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

13 lines 483 B
"use strict"; /* eslint-disable @typescript-eslint/explicit-function-return-type */ Object.defineProperty(exports, "__esModule", { value: true }); exports.channelList = void 0; const struct_1 = require("../struct"); /** * Creates a channel list struct. * * @param data Data to initialize structure with. */ const channelList = (data) => struct_1.Struct.new().member('uint32', 'channelList').build(data); exports.channelList = channelList; //# sourceMappingURL=channel-list.js.map