Last Updated on : 2023-06-15 05:18:36
Update the status of a scheduled task based on the scheduled task ID.
PUT: /v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers/status
| Parameter name | Type | IN | Required | Description | 
|---|---|---|---|---|
| infrared_id | String | uri | true | The device ID. | 
| remote_id | String | uri | true | The ID of a specified remote control. | 
| timer_id | Long | query | true | The ID of a scheduled task. | 
| Parameter name | Type | Description | 
|---|---|---|
| result | Boolean | The operation result. | 
PUT: /v2.0/infrareds/vdevo15345926009****/remotes/d5s65ca55/timers/status?timer_id=1111
{
  "status": false
}
{
    "result": true,
    "t": 1631239134759,
    "success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback