Screensaver

From HSYCO
Jump to navigation Jump to search

The user interface supports a screensaver mode that can be activated automatically after a preset amount of time of user inactivity.

When the screensaver is activated, the display is greyed out with a partially opaque mask, and a user event is sent to the HSYCO Server, triggering the USER event in events and the userCommand() callback in JavaScript and Java. The name parameter is set to the project's name, and the param parameter to "screensaver".

When the screensaver is active, a click or touch will de-activate the screensaver, returning to normal operations. A USER event and userCommand() callback will be triggered, with the name parameter set to the project's name, and the param parameter to "screensaver/close".

To enable the screensaver, you can either add the screensaver=N option to the URL's query string, where N is the number of seconds of inactivity, or dynamically with the UISET command, setting the screensaver project's attribute to N, or 0 to disable the screensaver.