There is Timer -module, which can be used to set display-device on and off, by scheduling.
The functions basically are setOnTimer and setOffTimer. With them, the timers are enabled, and will turn display-device on or off.
But how do one disable the timers? Calling the same function with timerID, but with empty data? It is not really explained in any way anywhere.
Thank you.