UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

8 lines 384 B
import { ZclFrame } from '../../zcl'; interface KeyValue { [s: string]: number | string; } declare function attributeKeyValue(frame: ZclFrame, deviceManufacturerID: number): KeyValue; declare function attributeList(frame: ZclFrame, deviceManufacturerID: number): Array<string | number>; export { attributeKeyValue, attributeList, }; //# sourceMappingURL=zclFrameConverter.d.ts.map