UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

5 lines 257 B
import { ZnpCommandStatus } from "./common"; declare function getChannelMask(channels: number[]): number[]; declare function statusDescription(code: ZnpCommandStatus): string; export { getChannelMask, statusDescription }; //# sourceMappingURL=utils.d.ts.map