UNPKG

@pmouli/isy-matter-server

Version:

Service to expose an ISY device as a Matter Border router

23 lines 1.32 kB
export var AlertPm; (function (AlertPm) { AlertPm[AlertPm["Idle"] = 0] = "Idle"; AlertPm[AlertPm["PowerApplied"] = 1] = "PowerApplied"; AlertPm[AlertPm["AcMainsDisconnected"] = 2] = "AcMainsDisconnected"; AlertPm[AlertPm["AcMainsReconnected"] = 3] = "AcMainsReconnected"; AlertPm[AlertPm["Surge"] = 4] = "Surge"; AlertPm[AlertPm["VoltageDropDrift"] = 5] = "VoltageDropDrift"; AlertPm[AlertPm["OverCurrent"] = 6] = "OverCurrent"; AlertPm[AlertPm["OverVoltage"] = 7] = "OverVoltage"; AlertPm[AlertPm["Overload"] = 8] = "Overload"; AlertPm[AlertPm["LoadError"] = 9] = "LoadError"; AlertPm[AlertPm["ReplaceBatterySoon"] = 10] = "ReplaceBatterySoon"; AlertPm[AlertPm["ReplaceBatteryNow"] = 11] = "ReplaceBatteryNow"; AlertPm[AlertPm["BatteryCharging"] = 12] = "BatteryCharging"; AlertPm[AlertPm["BatteryFullyCharged"] = 13] = "BatteryFullyCharged"; AlertPm[AlertPm["ChargeBatterySoon"] = 14] = "ChargeBatterySoon"; AlertPm[AlertPm["ChargeBatteryNow"] = 15] = "ChargeBatteryNow"; AlertPm[AlertPm["BackupBatteryLow"] = 16] = "BackupBatteryLow"; AlertPm[AlertPm["BatteryFluidLow"] = 17] = "BatteryFluidLow"; AlertPm[AlertPm["BackupBatteryDisconnected"] = 18] = "BackupBatteryDisconnected"; })(AlertPm || (AlertPm = {})); //# sourceMappingURL=AlertPm.js.map