Is your feature request related to a problem? Please describe.
Hello! For a home automation use case, I need to change the volume several steps at a time (eg. +5 or -2). I'd love the http api to allow this.
Describe the solution you'd like
Either:
- Allow a
steps param to volume-up and volume-down to specify a step count, the default being the current value of 1
- Allow the
set-volume to work in relative volume with an additional parameter, the default staying absolute
Describe alternatives you've considered
- I am currently looping on the client side and issuing one http request per step
- I investigated getting the current volume, to issue a single
set-volume request, but it does not seem available, and would require two requests anyway
Additional context
I'd be happy to contribute a PR after we discuss of what method to go forward with.
Is your feature request related to a problem? Please describe.
Hello! For a home automation use case, I need to change the volume several steps at a time (eg. +5 or -2). I'd love the http api to allow this.
Describe the solution you'd like
Either:
stepsparam tovolume-upandvolume-downto specify a step count, the default being the current value of 1set-volumeto work in relative volume with an additional parameter, the default staying absoluteDescribe alternatives you've considered
set-volumerequest, but it does not seem available, and would require two requests anywayAdditional context
I'd be happy to contribute a PR after we discuss of what method to go forward with.