Skip to main content
Set a device nickname
curl --request POST \
  --url http://localhost/api/devices/set_nickname \
  --header 'Content-Type: application/json' \
  --data '
{
  "bus_info": "<string>",
  "nickname": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
bus_info
string
required
nickname
string
required

Response

Successful Response

success
boolean
default:true