DispSleep
This command prevents the Android's screen from going to sleep. This is a useful feature for situations when the Android device time resets to a different time than what is currently configured when it goes to sleep.
Group: Device Extensions
Syntax: Device.DispSleep (bEnabled)
bEnabled (Boolean). True prevents the Android device from sleeping. False allows the Android device to sleep.
Example:
Device.DispSleep(True)
Supported Versions: RFgen 5.2.4 and higher.