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.

14 lines (13 loc) 306 B
export enum AlertSys { Idle = 0, HardwareFailure = 1, SoftwareFailure = 2, HardwareFailureReason = 3, SoftwareFailureReason = 4, Heartbeat = 5, CoverRemoved = 6, EmergencyShutoff = 7, DigitalInputHighState = 9, DigitalInputLowState = 10, DigitalInputOpen = 11 }