更新时间:2023-06-15 05:18:33
本文介绍更新定时任务的 API。
通过定时任务 ID 修改定时任务,例如定时的时间,对应的操作等。
PUT: /v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
infrared_id | String | uri | true | 设备 ID |
remote_id | String | uri | true | 遥控器 ID |
timer_id | Long | query | true | 定时任务 ID |
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
power | Integer | false | 电源 | |
mode | Integer | false | 模式 | |
temp | Integer | false | 温度 | |
swing | Integer | false | 扫风 | |
wind | Integer | false | 风速 | |
key | Integer | false | 按键 ID | |
time | String | false | 定时时间 | |
date | String | false | 日期。传 date 时 loops 为 0000000,date 格式为: 20181212 | |
loops | String | false | 循环配置。由 0 和 1 组成的七位数字,0 代表关闭,1 代表开启。例如,0000010 代表周日,周一,周二,周三,周四,周五定时任务关闭,周六定时任务开启 | |
timezone_id | String | false | 时区 ID,比如 Asia/Shanghai |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 操作结果 |
PUT: /v2.0/infrareds/vdevo15345926009****/remotes/d5s65ca55/timers?timer_id=1111
{
"key": 1,
"loops": "0000000",
"timezone_id": "Asiz/Shanghai",
"time_zone": "+8:00",
"time": "19:06"
}
{
"result": true,
"t": 1631239134759,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈