🦆 Create: Jukebox Display is currently under review on Modrinth. A temporary download is available here
cURL
curl --request POST \ --url http://localhost:1234/api/services/cider/playback/volume \ --header 'Content-Type: application/json' \ --header 'quack: <quack>' \ --data '{ "volume": 123 }'
Set the volume of Cider’s playback
Hide properties of data
{ data: { volume: 0.05, old_volume: 0.2 }, error: null }
{ data: null, error: "Something went wrong!" }