You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// 设备监测
|
|
|
|
export enum deviceMonitor {
|
|
|
|
getDeviceGraph = '/carbon-smart/api/monitor/getDeviceGraph',
|
|
|
|
getDevicePointToMonitor = '/carbon-smart//api/monitor/getDevicePointToMonitor',
|
|
|
|
}
|
|
|
|
|
|
|
|
// 能耗监测
|
|
|
|
export enum energyMonitor {
|
|
|
|
getDeviceOrNodeEnergyGraph = '/carbon-smart/api/monitor/getDeviceOrNodeEnergyGraph',
|
|
|
|
getDeviceOrNodeEnergyAnalyse = '/carbon-smart/api/monitor/getDeviceOrNodeEnergyAnalyse',
|
|
|
|
}
|
|
|
|
|
|
|
|
// 环境监测
|
|
|
|
export enum environmentMonitor {}
|