Brightness Schedule
We now allow all devices to adjust their brightness on a schedule, letting you configure a brightness level change (from 0
, or dark, to 1
, or full brightness) at any hour you choose.
0.1
or 0.01
to dim the display as much as possible.This can be set in the Hardware tab of your display, under Brightness Schedule.
However, this might be a bit complicated, since you will be creating a schedule object
that contains a list of hours, and the brightness setting you wish to apply.
This can also be set in the advanced configuration editor, or via CSV. The key for this feature is brightnessSchedule
and the value is an object containing the hours and brightness levels (the display will set the brightness at least once to the specified value during the hour mentioned.
For the most common use-case, you can copy the following template:
{ "7": 1.0, "19": 0.1 }
In this example, the display would go full brightness at 7am, and back to 10% brightness at 7pm. You can adjust the 7
and 19
to any hour you like.
Setting a key in the advanced configuration editor
- Visit the Advanced Configuration Editor from your display
- Insert or Append a new key called
brightnessSchedule
- Set the value (right side) to
{ "7": 1.0, "19": 0.1 }
That's it! Feel free to reach out if you'd like to have us enable this for you.
Updated on: 22/04/2024
Thank you!