@pmouli/isy-matter-server
Version:
Service to expose an ISY device as a Matter Border router
23 lines • 1.47 kB
JavaScript
export var AlertWqm;
(function (AlertWqm) {
AlertWqm[AlertWqm["Idle"] = 0] = "Idle";
AlertWqm[AlertWqm["Chlorine"] = 1] = "Chlorine";
AlertWqm[AlertWqm["AcidityPh"] = 2] = "AcidityPh";
AlertWqm[AlertWqm["Oxidation"] = 3] = "Oxidation";
AlertWqm[AlertWqm["ChlorineEmpty"] = 4] = "ChlorineEmpty";
AlertWqm[AlertWqm["AcidityPhEmpty"] = 5] = "AcidityPhEmpty";
AlertWqm[AlertWqm["WaterflowShortage"] = 6] = "WaterflowShortage";
AlertWqm[AlertWqm["WaterflowClearWaterShortage"] = 7] = "WaterflowClearWaterShortage";
AlertWqm[AlertWqm["DisinfectionError"] = 8] = "DisinfectionError";
AlertWqm[AlertWqm["FilterCleaningOngoing"] = 9] = "FilterCleaningOngoing";
AlertWqm[AlertWqm["HeatingOperationOngoing"] = 10] = "HeatingOperationOngoing";
AlertWqm[AlertWqm["FilterPumpOperationOngoing"] = 11] = "FilterPumpOperationOngoing";
AlertWqm[AlertWqm["FreshwaterOperationOngoing"] = 12] = "FreshwaterOperationOngoing";
AlertWqm[AlertWqm["DryProtectionOperationOngoing"] = 13] = "DryProtectionOperationOngoing";
AlertWqm[AlertWqm["WaterTankEmpty"] = 14] = "WaterTankEmpty";
AlertWqm[AlertWqm["WaterTankLevelUnknown"] = 15] = "WaterTankLevelUnknown";
AlertWqm[AlertWqm["WaterTankFull"] = 16] = "WaterTankFull";
AlertWqm[AlertWqm["CollectiveDisorder"] = 17] = "CollectiveDisorder";
AlertWqm[AlertWqm["UnknownEvent"] = 254] = "UnknownEvent";
})(AlertWqm || (AlertWqm = {}));
//# sourceMappingURL=AlertWqm.js.map