ol-iver / denonavr

Automation Library for Denon AVR receivers.
MIT License
176 stars 67 forks source link

set_volume(volume) has no effect if volume is not a multiple of 0.5 [SR7007] #209

Closed jonathangjertsen closed 3 years ago

jonathangjertsen commented 3 years ago

I can only get set_volume() to take effect when the volume is a multiple of 0.5. So set_volume(-35.5) works, but set_volume(-35.7) does not.

ol-iver commented 3 years ago

oh yes, the receivers seem to ignore other values. From the next version on volume will be rounded to a multiple of 0.5.

prcutler commented 3 years ago

Is this fixed in commit https://github.com/scarface-4711/denonavr/commit/f786dedf7a1ba3c4c2374a65737cf18721593c0c ?

If so - @jonathangjertsen can you test and update or close the issue?

Thanks!

jonathangjertsen commented 3 years ago

Looks like the right fix, thanks!