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) 209 B
export enum I3RgbLed { AlwaysOff = 0, On = 1, DefaultBehaviorOff = 2, DefaultBehaviorOn = 3, RedOff = 4, RedOn = 5, GreenOff = 6, GreenOn = 7, BlueOff = 8, BlueOn = 9 }