Keep screen on while macro is running

Crimson

New member
I'm pretty new to MacroDroid (got it a few days ago). I recently made a macro for a game I was playing but the screen automatically times out due to my display settings. How can I keep my screen on while my macro is running overnight?

Picture of my current macro:Screenshot_20210816-071852_MacroDroid.png
 
Last edited:

Dm114

Well-known member
I'm pretty new to Macdroid (got it a few days ago). I recently made a macro for a game I was playing but the screen automatically times out due to my display settings. How can I keep my screen on while my macro is running overnight?

Picture of my current macro:View attachment 833
Write this short and simple macro:
T1: Application launched
T2: Application closed
A: IF T1 then Screen > Keep device awake > Enable keep awake
A: ELSE IF T2 then Screen > Keep device awake > Disable keep device awake
A: ENDIF
 

Crimson

New member
Write this short and simple macro:
T1: Application launched
T2: Application closed
A: IF T1 then Screen > Keep device awake > Enable keep awake
A: ELSE IF T2 then Screen > Keep device awake > Disable keep device awake
A: ENDIF
Thank you for the reply. Does this look good sir?
 

Attachments

  • Screenshot_20210816-083250_MacroDroid.png
    Screenshot_20210816-083250_MacroDroid.png
    408.9 KB · Views: 36
Top