You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CEC commands to turn screen on/off on supported devices (RPI etc):
echo"0x40 0x04"> /sys/class/cec/cmd # ONecho"0x40 0x36"> /sys/class/cec/cmd # OFF
This will most likely not be implemented directly into chromium-kiosk/qiosk but only as code example listening to correct events of qiosk websocket api in #63 ... (or maybe as disabled preinstalled service?)
Would be really great if we can control screen ON/OFF via CEC.
Triggers:
The text was updated successfully, but these errors were encountered: