文档
测试

主监控接口

GET
http://192.168.0.139:8080/renren-fast/LookApi/EnvironmentalKanban

请求参数

参数名
类型
描述
必填
rom
String
楼宇名称
必填

返回参数

参数名
类型
描述
必填
code
number
示例:0
必填
msg
string
示例:操作成功
必填
content
object
数据字典
必填
Science
array
温湿度 数据列表
必填
text
array
数据列表
必填
temperature
string
温度 示例:8.83
必填
Title
string
标题 示例:室外温湿度
必填
humidity
string
湿度 示例:82.34
必填
thesecond
object
数据字典
必填
alarm
string
1为 未报警 2 为报警 示例:1
必填
consumption
number
总 用电量示例:344799.08
必填

参数描述

``` { "code": 0, "msg": "操作成功", "content": { "Science": [ { "text": [ { "temperature": "8.83", "Title": "室外温湿度", "humidity": "82.34" }, { "temperature": "24.98", "Title": "4楼8919温湿度", "humidity": "51.24" }, { "temperature": "24.76", "Title": "4楼8618温湿度", "humidity": "39.4" }, { "temperature": "24.14", "Title": "二楼B区餐厅", "humidity": "40.26" }, { "temperature": "26.75", "Title": "三楼休息室温湿度", "humidity": "45.2" }, { "temperature": "28.72", "Title": "足疗303室", "humidity": "35.35" }, { "temperature": "25.02", "Title": "一楼大厅温湿度", "humidity": "37.09" }, { "temperature": "27.41", "Title": "二楼203棋牌室", "humidity": "30" } ] } ], "thesecond": { "alarm": "1", "consumption": 344799.08 } } } ```