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.

9 lines (8 loc) 179 B
export enum AlertIrr { Idle = 0, ScheduleStarted = 1, ScheduleFinished = 2, ValveTableRunStarted = 3, ValveTableRunFinished = 4, DeviceNotConfigured = 5 }