The command
Code: Select all
mobileLockIdleTimer
The comments in the dictionary
could be read as using the command in a loop along with the unlock command.Comments:
Locking the idle timer increments an internal lock count, while unlocking the idle timer decrements the lock count. When the lock count goes from 0 to 1, the idleTimer is turned off; when the lock count goes from 1 to 0, the idleTimer is turned on.