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?
If we do not use
ad.setSleep(15, [...]), then the manual functionsad.sleepandad.wakedo nothing. Presumably this is becausesetSleepdoesn't only set a sleep timer, it also setssleepEnabled = true. Is there a way to setsleepEnabledwithout setting the sleep timer?