UNPKG

isy-nodejs

Version:

Node.js wrapper for ISY interface including websockets for change notifications. Fork of isy-js by Rod Toll. Designed to be used in a node.js application.

16 lines (15 loc) 330 B
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 }