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.

13 lines (12 loc) 284 B
export enum AlertSmoke { Idle = 0, SmokeDetected = 1, SmokeDetectedNoLocation = 2, SmokeAlarmTest = 3, ReplacementRequired = 4, ReplacementRequiredEndOfLife = 5, AlarmSilenced = 6, InspectionRequired = 7, DustInDevice = 8, UnknownEvent = 254 }