You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,8 @@ Bluetooth is intentionally not left in an automatic or always-on state.
193
193
194
194
This behavior matches how most Bluetooth speakers and audio receivers work.
195
195
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
+
196
198
Bonus: You get to control it through `/pulseaudio/clients` or `/players/` and in the UI !
197
199
198
200
### Power Management
@@ -510,6 +512,7 @@ GET /audio/outputs # List all audio outputs (sinks)
510
512
POST /audio/outputs/{output}/default # Set default output
511
513
POST /audio/outputs/{output}/mute # Mute/unmute output
512
514
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)
0 commit comments