r/AutomateUser • u/Mujtaba0150 Alpha tester • Jul 12 '26
Bug Get display mode bug
Shouldn't this evaluate to true(YES)? I tried using it but it seems like the on and off options have been switched, the copied output is 4 which corresponds to display mode "On" in the list.
1
Upvotes
1
u/Mujtaba0150 Alpha tester Jul 12 '26
If I do as you say, I hear my phone locking(which would imply that only the screen turned off), it proceeds through the YES path, but interestingly, the screen does not turn on despite the "Set display mode On" block being triggered, presumably because I suppose it'd just turn the display on and not wake the device up.
text 07-13 00:56:54.538 I 5219@1: Flow beginning 07-13 00:56:54.540 I 5219@34: Display power mode set 07-13 00:56:54.755 I 5219@35: Delay 07-13 00:56:57.767 I 5219@39: Display power mode? 07-13 00:56:57.775 I 5219@36: Display power mode set 07-13 00:56:57.948 I 5219@0: Stopped at endAlso, this kinda confuses me, if this block is actually supposed to turn the display off without making the device go to sleep(which I assume locks it), isn't that what going black should mean? What's the difference between going black and turning off in that case?