文档
测试

能耗看板

GET
http://192.168.1.73:8080/api/energy_consumption_display/

请求参数

参数名
类型
描述
必填
time_range
string
示例:this_week
必填
area
string
示例:0
必填
device_type
string
示例:1
必填
device_id
string
示例:0
必填
language
string
示例:cn
必填

说明 / 示例

{ "status": 0, "msg": "ok", "results": { "date_list": [ "周一", "周二", "周三", "周四", "周五", "周六", "周日" ], "name_list": [ "本周用电趋势", "上周用电趋势" ], "data_dict": { "本周用电趋势": [ null, null, null, null, null, null, null ], "上周用电趋势": [ 262.8, 482.37, 466.41, 185.94, 315.26 ] }, "unit": "kWh" } }