Post your feature requets for new triggers, conditions, actions and other improvements.
Moderator: Martin
-
rowe
- Posts: 2
- Joined: 27 Jul 2015 13:32
Post
by rowe » 27 Jul 2015 13:52
In Automagic exists an Action to set the brightness of display -> that's good

But it is not possible to check the state of brightness? (manual / automatic)
I want to set the brightness to manual or automatic in dependence of brightness sensor.
But changing the state from one to the other only if the status not already is set to the aim status
Last edited by
rowe on 28 Jul 2015 07:25, edited 2 times in total.
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 27 Jul 2015 18:47
Hi,
You could use action Init Variable System Setting to read the value of System/screen_brightness_mode into a variable and act accordingly (0=Manual, 1=Automatic).
I'm hesitating to add a dedicated condition since this area was quite heavily modified by some manufacturers.
Regards,
Martin
-
rowe
- Posts: 2
- Joined: 27 Jul 2015 13:32
Post
by rowe » 28 Jul 2015 07:24
Thanks for fast answer (and for the great app)
I will try it with action Init Variable System Setting.