Skip to content

Commit acefe2d

Browse files
b0bbywanclaude
andcommitted
docs: add /audio/cookie endpoint and rfkill auto-unblock
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 70ce7ec commit acefe2d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ Bluetooth is intentionally not left in an automatic or always-on state.
193193

194194
This behavior matches how most Bluetooth speakers and audio receivers work.
195195

196+
Odio automatically unblocks soft-blocked Bluetooth rfkill devices on power-up, so a `rfkill block bluetooth` followed by a power-up via the API will work without manual intervention.
197+
196198
Bonus: You get to control it through `/pulseaudio/clients` or `/players/` and in the UI !
197199

198200
### Power Management
@@ -510,6 +512,7 @@ GET /audio/outputs # List all audio outputs (sinks)
510512
POST /audio/outputs/{output}/default # Set default output
511513
POST /audio/outputs/{output}/mute # Mute/unmute output
512514
POST /audio/outputs/{output}/volume # Set output volume (body: {"volume": 0.5})
515+
GET /audio/cookie # Download PulseAudio cookie file (requires pulseaudio.serve_cookie: true)
513516
```
514517
515518
### Systemd Services

0 commit comments

Comments
 (0)