We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I just wondered if it is possible to change the energy saving settings (screen brightness) with this tool?
The text was updated successfully, but these errors were encountered:
It should be possible, especially considering we now have cursor support in there although it might be a bit around the houses.
It might even be worth implementing a setBrightness stub in the code if there is a web remote method for it now.
It would be something like this in remote.py
def setVolume(self, level, callback=None): self.__send_command("request", "ssap://audio/setVolume", {"volume": level}, callback)
You'd have to figure out the url though, maybe ssap://display/setBrightness?
Sorry, something went wrong.
Great, will give it a shot in the near future 👍
No branches or pull requests
Hi, I just wondered if it is possible to change the energy saving settings (screen brightness) with this tool?
The text was updated successfully, but these errors were encountered: