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.

8 lines (7 loc) 124 B
export enum AlertValue01 { "" = 0, NoData = 1, BelowLowThreshold = 2, AboveHighThreshold = 3, Max = 4 }