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) 254 B
export enum AlertCo2 { Idle = 0, Co2Detected = 1, Co2DetectedNoLocation = 2, Co2AlarmTest = 3, ReplacementRequired = 4, ReplacementRequiredEndOfLife = 5, AlarmSilenced = 6, InspectionRequired = 7, UnknownEvent = 254 }