UNPKG

@pmouli/isy-matter-server

Version:

Service to expose an ISY device as a Matter Border router

18 lines 1.15 kB
export var AlertBa; (function (AlertBa) { AlertBa[AlertBa["Idle"] = 0] = "Idle"; AlertBa[AlertBa["Initializing"] = 1] = "Initializing"; AlertBa[AlertBa["OpenCloseForceExceeded"] = 2] = "OpenCloseForceExceeded"; AlertBa[AlertBa["MotorExceededTimeLimit"] = 3] = "MotorExceededTimeLimit"; AlertBa[AlertBa["MechanicalLimitsExceeded"] = 4] = "MechanicalLimitsExceeded"; AlertBa[AlertBa["OperationNotPerformedUl"] = 5] = "OperationNotPerformedUl"; AlertBa[AlertBa["UnattendedOperationDisabledUl"] = 6] = "UnattendedOperationDisabledUl"; AlertBa[AlertBa["DeviceMalfunction"] = 7] = "DeviceMalfunction"; AlertBa[AlertBa["VacationMode"] = 8] = "VacationMode"; AlertBa[AlertBa["SafetyBeamObstacle"] = 9] = "SafetyBeamObstacle"; AlertBa[AlertBa["SensorNotDetectedSupervisoryError"] = 10] = "SensorNotDetectedSupervisoryError"; AlertBa[AlertBa["LowBatteryWarning"] = 11] = "LowBatteryWarning"; AlertBa[AlertBa["ShortInWallStationWires"] = 12] = "ShortInWallStationWires"; AlertBa[AlertBa["NonZWaveAssociation"] = 13] = "NonZWaveAssociation"; })(AlertBa || (AlertBa = {})); //# sourceMappingURL=AlertBa.js.map