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