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.

10 lines (9 loc) 202 B
export enum Unlock { Default = 0, Normal = 1, WithTimer = 2, InsideDoorHandles = 3, InsideDoorHandlesWithTimer = 4, OutsideDoorHandles = 5, OutsideDoorHandlesWithTimer = 6 }