expandInfoByDeviceId
POST
/v2/openapi/device/expand/infoRequest
Body Params application/json
deviceId
string | null
required
Example
{
"deviceId": "string"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
object (ApiDeviceExpandConfigVO)
optional
id
string | null
optional
device ID
channelName
string | null
optional
channel Name
"[{"id":1,"name":"CH1"},{"id":2,"name":"CH2"},{"id":3,"name":"CH3"},{"id":4,"name":"CH4"}]"
Channel 1, channel 2, channel 3, channel 4 are denoted respectively
msg
string | null
optional
Example
{
"code": 0,
"data": {
"id": "",
"channelName": ""
},
"msg": ""
}
Last modified: 2 个月前