unicontrol > Web interface > Processes > Events > Out on when
POST: http://192.168.1.255/var_set?param=evntopt_12&val=1
will change the thermostat on Process #12 from active heating to active cooling.
Out on when
The Out on when option is specific to Deadband and determines the side of the Deadband on which the input value must appear to switch the
Output ON
. Conversely, when the input value appears on the opposite side of the Deadband, the Output is automatically switched OFF
.
If Below
(false)
is selected, the Output is turned ON
when the input falls below the Deadband's Lower bound
and turned OFF
when the input rises above the Deadband's Upper bound, and vice-versa (true)
.
HTTP
The device will accept HTTP requests at the following URLs related to:
(POST) http://[IPv4]
/var_set?param=evntopt_[PROCESS ID]
&val=[VALUE]
POST: http://192.168.1.255/var_set?param=evntopt_12&val=1
will change the thermostat on Process #12 from active heating to active cooling.
Learn more in HTTP API.
MQTT
This parameter cannot be accessed via MQTT. Learn more in MQTT API.