I am currently using the
' PUT /v1/video/:connector/output/:device/power-save/ '
LDWS endpoint to enable / disable power saving mode for every player on the network. But the results are inconsistent (some TVs shut down fully needing to be manually turned on, other blink no input). Does anyone know of a way to trigger the CEC Shutdown through LDWS (Like BrightControl => display off from interactive playlist)?
My thoughts are to somehow switch the active presentation from a normal presentation to off / on presentations instead of power saving mode (is this possible? do I use delete / upload endpoints to give it a new autorun and reboot?)
OR
modify autorun.brs to execute display off command when it receives the 'power saving' command
Let me know your thoughts / solutions
Date
Votes
1 comment
-
Bright Scripters You could use the Switch Presentation BA command.
If you need to manage multiple players, you could combine UDP events with the above.
https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370672161/Switch+Presentations
Please sign in to leave a comment.