绑定色灯/更换色灯
接口地址 /device-monitor/api/v1/open/device/bind/{deviceId}/{sigUid}
请求方式 POST
接口描述 ``
请求参数
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
|---|---|---|---|---|---|
| deviceId | 设备ID | path | false | string | |
| sigUid | 色灯编号(全局唯一) | path | false | string |
响应状态
| 状态码 | 说明 | schema |
|---|---|---|
| 200 | OK | |
| 40001 | token超时,请重新登录 | |
| 40003 | 缺少token参数 | |
| -1 | 系统繁忙 | |
| -2 | 服务超时 |
