unicontrol > Web interface > Processes > Output > Primary output
POST: http://192.168.1.255/var_set?param=outper_8&val=7
will set
Primary output
Chooses the Primary output for the selected process out of the following list:
Label | [VALUE] | Peripheral |
---|---|---|
D0 -D8 | 0 -8 | Digital pins |
RE1 -RE12 | 31 -42 | Shift Register pins |
RGB (1.09)* | 15 | RGB driver |
RGB1 (1.14) RGB2 (1.14) | 91 ,92 | RGB driver |
Play [#] (1.16) | 93 -96 | Audio driver |
MEM1 -MEM8 | 51 -58 | Memory slots |
REBOOT | 90 | Reboots device on On event |
- | 99 | none |
*Obsolete since version 1.14
HTTP
The device will accept HTTP requests at the following URLs:
(POST) http://[IPv4]
/var_set?param=outper_[PROCESS ID]
&val=[VALUE]
(GET) http://[IPv4]
/var_request?param=outper_[PROCESS ID]
POST: http://192.168.1.255/var_set?param=outper_8&val=7
will set
D7
as the output of the Process #8.
Learn more in HTTP API.
MQTT
This parameter cannot be accessed via MQTT. Learn more in MQTT API.