获取点位实时数据
POST
/api/iot/item/realDataList
IOT
责任人:未设置
请求参数
Header 参数
Content-Type
string
必需
返回响应
🟢200成功
application/json
Body
result
array [object {9}]
必需
value
enum<string>
实时值
枚举值:
示例值:
0.00
unit
enum<string>
单位
枚举值:
示例值:
s
fvalue
enum<string>
最终值
枚举值:
示例值:
0.00s
online
enum<boolean>
是否在线
枚举值:
示例值:
true
code
enum<string>
点位编码
枚举值:
示例值:
union_17fb55e0f05@apiceshiqiye
min
enum<string>
点位最小值
枚举值:
示例值:
0
max
enum<string>
点位最大值
枚举值:
示例值:
100
time
enum<string>
采集时间
枚举值:
示例值:
2022-03-28 15:33:36
name
enum<string>
点位名称
枚举值:
示例值:
234
msg
enum<string>
必需
枚举值:
示例值:
查询列表成功
code
enum<number>
必需
枚举值:
示例值:
200
status
enum<number>
必需
枚举值:
示例值:
200
示例
{
"result": [
{
"value": "0.00",
"unit": "s",
"fvalue": "0.00s",
"online": "true",
"code": "union_17fb55e0f05@apiceshiqiye",
"min": "0",
"max": "100",
"time": "2022-03-28 15:33:36",
"name": "234"
}
],
"msg": "查询列表成功",
"code": "200",
"status": "200"
}
修改于 2023-04-20 01:27:55