Is there a way to create condition with expression based on system variabe directly?
Now I am doing it this way:
1. Trigger checking if system setting screen_brightness_mode has changed and sending value to new global variable.
2. Condition using new global variable.
Expression based on system variable
Moderator: Martin
Re: Expression based on system variable
Hi,
There's an action Init Variable System Setting to store the current value of a system setting in a local variable.
Is this what you are looking for?
Regards,
Martin
There's an action Init Variable System Setting to store the current value of a system setting in a local variable.
Is this what you are looking for?
Regards,
Martin
Re: Expression based on system variable
Yes, it is. Thanks.