UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

9 lines 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Direction; (function (Direction) { Direction[Direction["CLIENT_TO_SERVER"] = 0] = "CLIENT_TO_SERVER"; Direction[Direction["SERVER_TO_CLIENT"] = 1] = "SERVER_TO_CLIENT"; })(Direction || (Direction = {})); exports.default = Direction; //# sourceMappingURL=direction.js.map