UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

6 lines 143 B
declare enum Direction { CLIENT_TO_SERVER = 0, SERVER_TO_CLIENT = 1 } export default Direction; //# sourceMappingURL=direction.d.ts.map