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) 134 B
export enum DoorStatus { Open = 0, Closed = 1, Jammed = 2, ForcedOpen = 3, Unspecified = 4, Undefined = 255 }