更新时间:2023-12-07 03:33:56下载pdf
本文介绍查询天气条件的 API。
查询自动化场景支持的天气条件。
GET: /v1.0/homes/automation/weather/conditions
参数名 | 类型 | 说明 |
---|---|---|
result | List | 返回结果。 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
category | String | 类别。 |
category_name | String | 类别名称。 |
operators | String | 操作符。 |
property | JSONObject | 类别属性。 |
GET: /v1.0/homes/automation/weather/conditions
{
"result": [
{
"category_name": "温度",
"operators": "[\"<\",\"==\",\">\"]",
"property": {
"max": 40,
"type": "value",
"unit": "℃",
"min": -40,
"step": 1
},
"category": "temp"
}
],
"t": 1572936751228,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈