Recent Squeezebox binding changes

I came across the same error. Changing the volume to the ‘new PercentType’ syntax worked also for me. Thanks!

Hi @mhilbush , that worked for me. Thanks!

Before I found your post I had a look to the docs Multimedia | openHAB
which still seems to be outdated.

grafik

Can I fix the documentation for you?
That should be easy and would be a got task for my first attempt to contribute to the documentation.

If so, I would change it to:

say("Hello world!")
say("Hello world!", new PercentType(25))
say("Hello world!", "voicerss:enGB")
say("Hello world!", "voicerss:enGB", new PercentType(25))
say("Hello world!", "voicerss:enUS", "sonos:PLAY5:kitchen")
say("Hello world!", "voicerss:enUS", "sonos:PLAY5:kitchen", new PercentType(25))

Let me know.

I did update the Squeezebox documentation, but didn’t update the ESH docs. What you propose sounds reasonable to me.

Dear @anfaenger,

Thank you very much for offering your help. Please start contributing. We bed any helping hand.

But I am afraid you are too late for this topic. I cleaned up the docs couple days ago.

If I understand correctly, it’s already changed, but not yet online.
Ok, then I look at what else I can contribute.
Many Thanks!