You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we do not use ad.setSleep(15, [...]), then the manual functions ad.sleep and ad.wake do nothing. Presumably this is because setSleep doesn't only set a sleep timer, it also sets sleepEnabled = true. Is there a way to set sleepEnabled without setting the sleep timer?
The text was updated successfully, but these errors were encountered:
If we do not use
ad.setSleep(15, [...])
, then the manual functionsad.sleep
andad.wake
do nothing. Presumably this is becausesetSleep
doesn't only set a sleep timer, it also setssleepEnabled = true
. Is there a way to setsleepEnabled
without setting the sleep timer?The text was updated successfully, but these errors were encountered: