Skip to main content
Add a device as a follower to another device
curl --request POST \
  --url http://localhost/api/devices/add_follower \
  --header 'Content-Type: application/json' \
  --data '
{
  "leader_bus_info": "<string>",
  "follower_bus_info": "<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
leader_bus_info
string
required
follower_bus_info
string
required

Response

Successful Response

success
boolean
default:true