{
"id": 15230,
"status":1,
"deviceKey": "@SQUu",
"isDisabled": 1,
"isDelete": 1,
"remark": "f(V"
}
curl --location --request PUT '/iot/device' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 15230,
"status":1,
"deviceKey": "@SQUu",
"isDisabled": 1,
"isDelete": 1,
"remark": "f(V"
}'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"deviceId": "string",
"productKey": "string",
"deviceKey": "string",
"status": 0,
"isDisabled": 0,
"remark": "string",
"activeTime": null,
"lastOnlineTime": null,
"lastOfflineTime": null,
"createTime": 0,
"updateTime": 0
}
}