更新时间:2023-06-21 07:13:10下载pdf
本文介绍查询监控指标的 API。
根据产品 ID 查询可以设置的指标。
GET: /v1.0/iot-03/si/products/{tuya_product_id}/indicator-code
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
tuya_product_id | String | uri | true | 产品 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | List | 数据结果 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
indicator_code | String | 指标 Code |
indicator_name | String | 监测指标名称 |
unit | String | 单位 |
GET: /v1.0/iot-03/si/products/ng****/indicator-code
{
"result": [
{
"indicator_code": "co2_value",
"indicator_name": "二氧化碳检测",
"unit": "ppm"
}
],
"t": 1635678811404,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈