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.

12 lines (11 loc) 250 B
export enum AlertCo { Idle = 0, CoDetected = 1, CoDetectedNoLocation = 2, CoAlarmTest = 3, ReplacementRequired = 4, ReplacementRequiredEndOfLife = 5, AlarmSilenced = 6, InspectionRequired = 7, UnknownEvent = 254 }