Page 1 of 1

Expression based on system variable

Posted: 16 Dec 2014 07:16
by kamil_w
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.

Re: Expression based on system variable

Posted: 16 Dec 2014 17:37
by Martin
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

Re: Expression based on system variable

Posted: 16 Dec 2014 19:48
by kamil_w
Yes, it is. Thanks.