新建自定义命令
开发中社区版环境
POST
/api/v1/device/model/custom/commands/请求参数
Body 参数application/json
device_template_id
string
设备模版ID
buttom_name
string
按钮名称
data_identifier
string
数据标识符
description
string
描述
instruct
string
指令内容
enable_status
string
启用状态
enable-启用disable-禁用
remark
string
备注
示例
{
"device_template_id": "test",
"buttom_name": "buttom_namebuttom_name",
"data_identifier": "data_identifier2",
"description": "description22",
"instruct": "instruct12",
"enable_status": "disable",
"remark": "remark"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
string
必需
示例
未设置
最后修改时间: 7 个月前