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.

7 lines (6 loc) 79 B
export enum Cmm { Stop = 0, Up = 1, _2Reserved = 2, Down = 3 }