Please enable JavaScript to view this site.

CWT Software Configuration Handbook 4.40

Element        Path: <cwt><CORE><outlets><set>

If the outlet mode is TimeControlled or TimeControlledChangedDuringDarkness the conditions when the outlet levels should be changed is defined by time.

When the outlet mode is TimeControlledChangedDuringDarkness, the time setting overrides the darkness value from the ambient light sensor.

If the time setting gives that the outlet should be off, the outlet is always turned off.

If time setting gives that the outlet should be on, then the ambient light sensor value is used in the same way as when the mode is ChangedDuringDarkness.

attributes

on

Value:true / false
Default:true
Description:Defines if the outlet should be turned or off

time

00:00 – 23:59
Default:(Setting required)
Description:Time of day when the outlet level should be changed.

Example:

Setting to specify that the 5V_COM_9 outlet should be turned off between 00.00 and 04.00 at night. The rest of the time the outlet should be on when it is dark outside. Note that this must be used in combination with a correct configuration for the ambient light sensor. See ambientLightSensor.

<CORE>
<outlets>
  <outlet name="5V_COM_9" mode="TimeControlledChangedDuringDarkness" onInDarkness="true" >
    <set on="false" time="00.00" />
    <set on="true" time="04.00" />
  </outlet>
</outlets>
</CORE>