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) 134 B
export enum AlertValueVoc { "" = 0, Clean = 1, SlightlyPolluted = 2, ModeratelyPolluted = 3, HighlyPolluted = 4 }