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.

16 lines (15 loc) 315 B
export enum AlertHs { Idle = 0, Intrusion = 1, IntrusionNoLocation = 2, TamperCoverRemoved = 3, InvalidCode = 4, GlassBreak = 5, GlassBreakNoLocation = 6, Motion = 7, MotionNoLocation = 8, TamperMoved = 9, Impact = 10, MagneticInterference = 11, RfJamming = 12 }