Skip to content

PUT 控制同步器

PUT /clip/v2/resource/sync/sync_uuid

说明

  • 用于控制一个灯具
  • 参数为严格模式, 如果不希望修改, 不要传这个key

Body 请求参数

json
{
  "on": 1
}

请求参数

名称位置类型必选中文名说明
bodybodyobjectnone
» onbodyinteger开关0关, 1开
» modebodyinteger模式0视频, 1音乐, 2游戏
» frequencybodyinteger频率0低, 1中, 2高, 3最高
» sourcebodyinteger数据源0 HDMI1, 1 HDMI2
» brightnessbodyinteger亮度1-100
» color_configbodyinteger配置勾选哪个 config, 1对应 color_config_1, 2对应 color_config_2, 依次类推
» color_config_1body[ColorXY]配置11-5 个颜色
»» xbodyintegerX值none
»» ybodyintegerY值none
» color_config_2body[ColorXY]配置21-5 个颜色
»» xbodyintegerX值none
»» ybodyintegerY值none
» color_config_3body[ColorXY]配置31-5 个颜色
»» xbodyintegerX值none
»» ybodyintegerY值none
» color_config_4body[ColorXY]配置41-5 个颜色
»» xbodyintegerX值none
»» ybodyintegerY值none

返回示例

json
{
  "code": 0,
  "data": {
    "arr": [],
    "obj": {}
  },
  "msg": "success"
}

返回结果

状态码状态码含义说明数据模型
200OKnoneInline

返回数据结构

状态码 200

名称类型必选约束中文名说明
» codeintegertruenone状态码none
» msgstringtruenone信息none