Last Updated on : 2023-06-20 15:36:49download
Modify the devices in a room under a specified home.
PUT: /v1.0/homes/{home_id}/rooms/{room_id}/devices
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
home_id | Long | uri | true | The ID of a home. |
room_id | Long | uri | true | The ID of a room. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_ids | List | body | true | The last device ID saved for the room. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
PUT: /v1.0/homes/312321/rooms/2341231/devices
{
"device_ids": [
"ve23u9****",
"ve23u92****"
]
}
true
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback