-
Notifications
You must be signed in to change notification settings - Fork 142
Description
I’m currently developing a solution to manage content displayed on a TV screen through a web-based application.
To provide a seamless experience, I need a way for the browser to control basic screen power actions — specifically turning the TV display on or off.
Right now, no browser functionality allows this, which limits what I can do from a purely web-based environment.
I would like the browser to expose a simple API or capability to toggle the display power state (turn the screen on or off).
A minimal implementation could be:
• a JavaScript API
• or an extension/setting allowing the browser to issue display power commands
• or support for device-specific power management if available (HDMI-CEC, DPMS, etc.)
I’m also open to contributing and helping implement this feature if it’s considered feasible.
The goal is to control TV screens remotely and programmatically, without relying on native apps or external hardware controllers.
This would enable web dashboards or digital signage solutions to manage screen power directly from the browser.
Happy to provide more details about my setup or use case if needed 🙂