Element Path: <cwt><CORE><externalLight><set>
If the light mode <TFTBacklight mode="TimeControlled" is selected, the conditions when the brightness should be changed is defined by time.
See also RFID in CORE element, and Example of a light setup, for more details.
attributes
brightness
Range: | 0 – 100 |
Default: | 0 |
Description: | External light brightness in %. |
time
Range: | 00:00 – 23:59 |
Default: | A time setting is required |
Description: | Time of change. |
Example:
The external light brightness is 20 % between 08:00 and 18:00 and 100 % between 18:00 and 08:00.
<CORE…>
<externalLight mode="TimeControlled">
<set brightness="20" time="08:00"/>
<set brightness="100" time="18:00"/>
</externalLight>
</CORE>