High/Low output
The Low output and High output parameters define the output range of the Analog link.
These parameters are only displayed if an Analog link
is selected for the On event
and a PWM
capable peripheral (D0
- D8
) is selected as an Output.
Any [VALUE]
between 0
and 100
can be assigned to these variables.
HTTP
The device will accept HTTP requests at the following URLs related to:
- Low output:
(POST) http://[IPv4]
/var_set?param=outval1_[PROCESS ID]
&val=[VALUE]
(GET) http://[IPv4]
/var_request?param=outval1_[PROCESS ID]
- High output:
(POST) http://[IPv4]
/var_set?param=outval2_[PROCESS ID]
&val=[VALUE]
(GET) http://[IPv4]
/var_request?param=outval2_[PROCESS ID]
POST: http://192.168.1.255/var_set?param=outval1_6&val=15
POST: http://192.168.1.255/var_set?param=outval2_6&val=85
will set the output range of the Analog link on Process #6 to
15% - 85%
.
Learn more in HTTP API.
MQTT
This parameter can also be accessed via MQTT using [PARAMETER]
= outval1
and outval2
. Learn more in MQTT API.
Topic: johndoe5896/home/garagedoor/sub/process_6/outval1
Payload: 15
Topic: johndoe5896/home/garagedoor/sub/process_6/outval2
Payload: 85
will set the output range of the Analog link on Process #6 to
15% - 85%
.