@pmouli/isy-matter-server
Version:
Service to expose an ISY device as a Matter Border router
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
}