Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setAudioVolume as a string #21

Closed
s3Pol opened this issue Jun 6, 2018 · 1 comment
Closed

setAudioVolume as a string #21

s3Pol opened this issue Jun 6, 2018 · 1 comment

Comments

@s3Pol
Copy link

s3Pol commented Jun 6, 2018

Hi,

I just find out that the volume should be set as a string not as int.
I also tested with a string and the set works fine...

"If you look at the setAudioVolume method definition in the audio.getMethodTypes() response:

["setAudioVolume", [{
	"target": "string",
	"volume": "string"
}], ["int"], "1.0"]

The volume needs to be given as a string and not as an integer."

waynehaffenden/bravia#3

@rchl
Copy link

rchl commented Jul 31, 2018

I have fixed that in a fork of this repo. Hopefully it will eventually replace original code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants