iOS Shortcut to change volume

Not sure if this has been covered but in case anyone needs it here’s a way to change volume.

nb First Get Contents action is a GET, second is a PUT.

Nice one. I saved a few like this from another thread, so added them below in case someone wants them

Here a list of commands to create some shortcuts:
On (from standby) and Play

http://ndx2-4971.local:15081//nowplaying?cmd=play
Pause

htt p://ndx2-4971.local:15081//nowplaying?cmd=pause
Next Track

htt p://ndx2-4971.local:15081//nowplaying?cmd=next
Back to beginning or Prev Track

htt p://ndx2-4971.local:15081//nowplaying?cmd=prev

htt p://ndx2-4971.local:15081/favourites?

Nifty @MrDan. I tried to replicate and failed. I have GET and PUT as you describe. Please can you share what you have for Contents of URL, volume, and Calculation Result. I have this.



You’re all good apart from volume. Should be:

Also, I realised there’s no need for the Copy to Clipboard action. Simpler just to set the final Get Contents action to Calculation Result instead of Clipboard.

Thanks for correcting the shortcut @MrDan, it’s working now. I see what you mean about use of the clipboard, you can use Calculation Result in the second Get Contents.