Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3917/audio/stop \ --header 'Content-Type: application/json' \ --data '{ "entity_id": 7 }'
{ "ok": true, "message": "<string>" }
stop an audio source by entity ID
Stop a playing audio source: entity_id of the source entity.
entity_id
The body is of type any.
any
Source stopped; ok is false with a message if the entity is missing.
ok