@pmouli/isy-matter-server
Version:
Service to expose an ISY device as a Matter Border router
16 lines (15 loc) • 330 B
text/typescript
export enum AlertWater {
Idle = 0,
LeakDetected = 1,
LeakDetectedNoLocation = 2,
LevelDrop = 3,
LevelDropNoLocation = 4,
ReplaceWaterFilter = 5,
WaterFlow = 6,
WaterPressure = 7,
WaterTemperature = 8,
WaterLevel = 9,
SumpPumpActive = 10,
SumpPumpFail = 11,
UnknownEvent = 254
}