{
"device_template_id":"test",
"buttom_name":"buttom_namebuttom_name",
"data_identifier":"data_identifier2",
"description":"description22",
"instruct":"instruct12",
"enable_status":"disable",
"remark":"remark"
}
curl --location --request PUT 'http://127.0.0.1:9999/api/v1/device/model/custom/commands/' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_template_id":"test",
"buttom_name":"buttom_namebuttom_name",
"data_identifier":"data_identifier2",
"description":"description22",
"instruct":"instruct12",
"enable_status":"disable",
"remark":"remark"
}'
{
"code": 0,
"message": "string",
"data": "string"
}