-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FEAT] Screen brightness controls #92
Comments
Consider also a separate skill like the volume skill that only deals with screen controls.. I could see this integrating with the GUI and/or a PHAL plugin (i.e. dimming a matrix display like the Mark1) for the actual hardware interface |
It could then support hdmi also |
the enclosure api defines a brightness control message (for the mk1, this was for eyes), the dimming is controlled by the shell companion plugin, we can probably unify the bus messages namespace and make the shell companion plugin respect the existing enclosure api |
also supported by the ovos-shell-companion plugin |
But not with voice. Guess the skill should just emit a bus message? |
Objective
There should be intents to handle brightness controls on the Mark 2.
Initial Implementation Requirements
Other Considerations
No response
The text was updated successfully, but these errors were encountered: