GET v1/CtrlMachine/GetDeviceList?num={num}&Timeout={Timeout}
获取中控机下的所有设备列表
请求信息
URI参数
字段名称 | 描述 | 类型 | 约束 |
---|---|---|---|
num |
中控机机身号 |
string |
必须 |
timeout |
超时的秒数 如果在Timeout秒之后才收到数据则不处理 |
integer |
范围 [1, 30] |
Body参数
无
响应信息
返回类型
ApiResultOfCMDeivceData字段名称 | 描述 | 类型 | 约束 |
---|---|---|---|
code |
错误码 |
ErrorCode |
必填 |
msg |
相关提示信息 |
string |
必填 |
data |
业务数据 |
CMDeivceData |
必填 |
响应格式
application/json, text/json
例子:
{ "code": 0, "msg": "sample string 1", "data": { "devices": [ { "id": "sample string 1", "name": "sample string 2", "type": 6, "roomId": 3, "switchState": 0, "coreParamType": 0, "coreParamvalue": 4 }, { "id": "sample string 1", "name": "sample string 2", "type": 6, "roomId": 3, "switchState": 0, "coreParamType": 0, "coreParamvalue": 4 } ], "rooms": [ { "id": "sample string 1", "name": "sample string 2" }, { "id": "sample string 1", "name": "sample string 2" } ] } }
接口调试
Authorization
AppId
Token
URI
GET
请求header
响应body