/system/set-device-name
Use the interface to set the device name.
Request Mode
POST /api/system/set-device-name
| Parameter | Description |
|---|---|
| name | The device name |
Response Body
{
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |