| | |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.getSecureDevStatusList,body); |
| | | } |
| | | /** |
| | | * 能耗看板-6按月查询近12个月的用电总量数据 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String energyTrend(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.energyTrend,body); |
| | | } |
| | | /** |
| | | * 统计园区总体的安防设备数量,在线数、在线率、离线数、离线率 |
| | | * @param body |
| | | * @return |
| | |
| | | return startDoGetStringArtemis(HKConstants.InterfacePath.getParkingStatistics,null); |
| | | } |
| | | /** |
| | | * 能耗看板-1.获取本月用能总量-自然月 |
| | | * @return |
| | | */ |
| | | public static String getCurrentMonthDataByMeterType(Map<String,String> powerType) { |
| | | return startDoGetStringArtemis(HKConstants.InterfacePath.getCurrentMonthDataByMeterType,powerType); |
| | | } |
| | | /** |
| | | * 能耗看板-2.获取区域用能前N位 |
| | | * @return |
| | | */ |
| | | public static String regionTopPower(Map<String,String> params) { |
| | | return startDoGetStringArtemis(HKConstants.InterfacePath.regionTopPower,params); |
| | | } |
| | | /** |
| | | * 能耗看板-3.获取各区域用能及总能耗 |
| | | * @return |
| | | */ |
| | | public static String regionEnergyList(Map<String,String> params) { |
| | | return startDoGetStringArtemis(HKConstants.InterfacePath.regionEnergyList,params); |
| | | } |
| | | /** |
| | | * 能耗看板-4.获取上月用能费用,一天刷新,凌晨某个点刷 |
| | | * @return |
| | | */ |
| | | public static String lastMonthFeeByMeterType(Map<String,String> params) { |
| | | return startDoGetStringArtemis(HKConstants.InterfacePath.lastMonthFeeByMeterType,params); |
| | | } |
| | | /** |
| | | * 能耗看板-5.园区实时负荷曲线 |
| | | * @return |
| | | */ |
| | | public static String energyTodayLoadData( ) { |
| | | return startDoGetStringArtemis(HKConstants.InterfacePath.energyTodayLoadData,null); |
| | | } |
| | | /** |
| | | * 获取月台状态 |
| | | * @return |
| | | */ |