You can add devices to a group for unified management.
HTTP Request URL: http(s)://api.thingboot.com/{AppID}/device/group/?sign={sign}&ts={ts}
About the sign and ts definition
Or
MQTT Publish Topic: api/{AppID}/device/group
The returned results are also received on the same topic.
Request parameters
| Name | Type | Description |
|---|---|---|
| device | string | Device ID, supports grouping multiple devices for simultaneous management. For multiple devices, please separate them using a delimiter (, or |), such as 1001,1002. |
| group | string | Group ID. Specify which group ID the device should be assigned to; set to 0 to remove the device from any group. |