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.

10 lines (9 loc) 211 B
export enum AlertGas { Idle = 0, CombustibleGasDetectedLoc = 1, CombustibleGasDetected = 2, ToxicGasDetectedLoc = 3, ToxicGasDetected = 4, GasAlarmTest = 5, ReplacementRequired = 6 }