HTTP commands for incremental volume adjustment

xmartliving

New member
Joined
Aug 22, 2024
Messages
2
I’m currently integrating WiiM devices into a residential automation system and using local HTTP commands for control. At the moment, I’m successfully applying the following syntax to set the volume directly:
http://192.168.0.153/httpapi.asp?command=setPlayerCmd:vol:30

I’d like to know if there is an HTTP command available that allows incremental volume adjustments, such as increasing or decreasing the volume by a specific number of steps e.g., raise volume by 5+ units or lower by 3- without setting an absolute value.
Is there a syntax like VOL +5 , VOL-3 or perhaps a command such as that supports this kind of relative adjustment?
 
Back
Top