add:对接告警总览
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export enum alarmOverviewApi {
|
||||
getAlarmEquipment = '/carbon-smart/api/AlarmOverview/alarmEquipment', //设备告警 数量
|
||||
getAlarmEnergyConsumption = '/carbon-smart/api/AlarmOverview/alarmEnergyConsumption', //能碳告警 数量
|
||||
getAlarmGateway = '/carbon-smart/api/AlarmOverview/alarmGateway', //网关告警 数量
|
||||
getPriority = '/carbon-smart/api/AlarmOverview/priority', //优先级 数量
|
||||
getProcessProgress = '/carbon-smart/api/AlarmOverview/processProgress', //进度 数量
|
||||
getAlarmTrend = '/carbon-smart/api/AlarmOverview/alarmTrend', //30天告警 数量
|
||||
}
|
Reference in New Issue
Block a user