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.

10 lines (9 loc) 197 B
export enum AlertWv { Idle = 0, ValveOperation = 1, MasterValveOperation = 2, ValveShortCircuit = 3, MasterValveShortCircuit = 4, ValveAlarm = 5, MasterValveAlarm = 6 }