@pmouli/isy-matter-server
Version:
Service to expose an ISY device as a Matter Border router
9 lines • 446 B
JavaScript
export var AlertValue01;
(function (AlertValue01) {
AlertValue01[AlertValue01[""] = 0] = "";
AlertValue01[AlertValue01["NoData"] = 1] = "NoData";
AlertValue01[AlertValue01["BelowLowThreshold"] = 2] = "BelowLowThreshold";
AlertValue01[AlertValue01["AboveHighThreshold"] = 3] = "AboveHighThreshold";
AlertValue01[AlertValue01["Max"] = 4] = "Max";
})(AlertValue01 || (AlertValue01 = {}));
//# sourceMappingURL=AlertValue01.js.map