下发属性✅
社区版环境
POST
/api/v1/attribute/datas/pub请求参数
Body 参数application/json
device_id
string
设备id
value
string | integer | boolean | array | object | number | null
json字符串
示例
{
"device_id": "ca33926c-5ee5-3e9f-147e-94e188fde65b",
"value": "{}"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
示例
{
"code": 200,
"message": "Success"
}
最后修改时间: 9 个月前