It won’t be full-screen, but close… Could you use the HTML Viewer Widget as a “screensaver”?
This tutorial is for a slightly different purpose (like a Pole Display with Ads), but could server as a similar idea…
As far as timed auto-logout, I’m not sure. I would guess you need to set up something like:
- Trigger in Automation section, for say, every minute.
- Rule for Trigger Event, where you check a stored Program Setting for a time-based value
- if the time-based value matches 5 minutes, call Logout User Action
- if the time-based value matches 10 minutes, call up the Entity Screen containing the HTML Viewer Widget (Change Ticket Entity Action)
The “tricky” part would be resetting the Timer to zero each time the user touches something or navigates within the Menu… I don’t know that we have enough events to capture that succesfully?