UNPKG

@pmouli/isy-matter-server

Version:

Service to expose an ISY device as a Matter Border router

22 lines (21 loc) 545 B
export enum AlertWqm { Idle = 0, Chlorine = 1, AcidityPh = 2, Oxidation = 3, ChlorineEmpty = 4, AcidityPhEmpty = 5, WaterflowShortage = 6, WaterflowClearWaterShortage = 7, DisinfectionError = 8, FilterCleaningOngoing = 9, HeatingOperationOngoing = 10, FilterPumpOperationOngoing = 11, FreshwaterOperationOngoing = 12, DryProtectionOperationOngoing = 13, WaterTankEmpty = 14, WaterTankLevelUnknown = 15, WaterTankFull = 16, CollectiveDisorder = 17, UnknownEvent = 254 }