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.

9 lines (8 loc) 132 B
export enum TriggerEffect { Blink = 0, Breath = 1, Okay = 2, ChannelChange = 11, Finish = 254, Stop = 255 }