Last Updated on : 2024-06-29 01:42:56download
Send group properties based on the group ID. That is to say, send control commands to the devices in the specified group.
POST: /v2.0/cloud/thing/group/properties
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
group_id | Long | body | true | The ID of the specified group. |
properties | String | body | true | The property sent to the specified group. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The list of returned data. |
success | Boolean | Indicates whether the operation is successful. Valid values:
|
t | Long | The timestamp. |
tid | String | The link ID. |
POST: /v2.0/cloud/thing/group/properties
{
"group_id": 89218****,
"properties": "{ \"switch1\":true}"
}
{
"tid": "77a9807fb74411edb9d75a827c79edfd",
"result": true,
"t": 1677574021435,
"success": true
}
For more information, see error code.
For more information, see Limits on API Request Frequency.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback