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.

12 lines (11 loc) 239 B
export enum AlertPest { Idle = 0, TrapArmedLoc = 1, TrapArmed = 2, TrapReArmRequiredLoc = 3, TrapReArmRequired = 4, PestDetectedLoc = 5, PestDetected = 6, PestExterminatedLoc = 7, PestExterminated = 8 }