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.
17 lines (16 loc) • 442 B
text/typescript
export enum AlertBa {
Idle = 0,
Initializing = 1,
OpenCloseForceExceeded = 2,
MotorExceededTimeLimit = 3,
MechanicalLimitsExceeded = 4,
OperationNotPerformedUl = 5,
UnattendedOperationDisabledUl = 6,
DeviceMalfunction = 7,
VacationMode = 8,
SafetyBeamObstacle = 9,
SensorNotDetectedSupervisoryError = 10,
LowBatteryWarning = 11,
ShortInWallStationWires = 12,
NonZWaveAssociation = 13
}