UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

13 lines 360 B
import ParameterType from "./parameterType"; export interface ZiGateMessageParameter { name: string; parameterType: ParameterType; options?: object; } export interface ZiGateMessageType { response: ZiGateMessageParameter[]; } export declare const ZiGateMessage: { [k: number]: ZiGateMessageType; }; //# sourceMappingURL=messageType.d.ts.map