zigbee-herdsman
Version:
An open source ZigBee gateway solution with node.js.
10 lines • 558 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StructuredIndicatorType = void 0;
var StructuredIndicatorType;
(function (StructuredIndicatorType) {
StructuredIndicatorType[StructuredIndicatorType["WriteWhole"] = 0] = "WriteWhole";
StructuredIndicatorType[StructuredIndicatorType["Add"] = 16] = "Add";
StructuredIndicatorType[StructuredIndicatorType["Remove"] = 32] = "Remove";
})(StructuredIndicatorType || (exports.StructuredIndicatorType = StructuredIndicatorType = {}));
//# sourceMappingURL=tstype.js.map