UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

19 lines 374 B
declare enum ParameterType { UINT8 = 0, UINT16 = 1, UINT32 = 2, IEEEADDR = 3, BUFFER = 4, BUFFER8 = 5, BUFFER16 = 6, BUFFER18 = 7, BUFFER32 = 8, BUFFER42 = 9, BUFFER100 = 10, LIST_UINT8 = 11, LIST_UINT16 = 12, LIST_NETWORK = 16, INT8 = 18 } export default ParameterType; //# sourceMappingURL=parameterType.d.ts.map