UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

9 lines (7 loc) 234 B
import {Struct} from "../struct"; /** * Creates a channel list struct. * * @param data Data to initialize structure with. */ export const channelList = (data?: Buffer) => Struct.new().member("uint32", "channelList").build(data);