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.

17 lines (16 loc) 411 B
export enum AlertHeat { Idle = 0, Overheat = 1, OverheatNoLocation = 2, RapidTemperatureRise = 3, RapidTemperatureRiseNoLocation = 4, Underheat = 5, UnderheatNoLocation = 6, HeatAlarmTest = 7, ReplacementRequiredEndOfLife = 8, AlarmSilenced = 9, DustInDevice = 10, InspectionRequired = 11, RapidTemperatureFall = 12, RapidTemperatureFallNoLocation = 13 }