创建-自定义控制
开发中社区版环境
POST
/api/v1/device/model/custom/control请求参数
Body 参数application/json
device_template_id
string
功能模板id
name
string
按钮名称
control_type
string
控制类型
telemetry-遥测
description
string
描述
content
string
指令内容
enable_status
string
启用状态
enable-启用 disable-禁用
remark
string
可选
示例
{
"device_template_id": "d14445d0-8c40-d86e-ff1a-de37705fbf41",
"name": "yanhao test 2 ",
"control_type": "123123",
"description": "asdfasdf",
"content": "asdf",
"enable_status": "enable",
"remark": "123"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
string
必需
示例
未设置
最后修改时间: 5 个月前