unicontrol > Web interface > Processes > Output > RGB Speed
POST: http://192.168.1.255/var_set?param=outval1_5&val=80
will set the RGB Speed on Process #5 to
RGB Speed
Introduced in version 1.09
This section relates to the process output variable.
For active parameter of the RGB driver, please refer to the Speed section.
The Speed of the RGB program is denoted as a non-dimensional unit.
This setting is only accessible when RGB
is selected as the Primary output.
For the exact interpretation and further details, please see here.
Program Speed may not be evaluated continuously. Therefore, changes may require up to several seconds to take effect.
HTTP
The device will accept HTTP requests at the following URLs:
(POST) http://[IPv4]
/var_set?param=outval1_[PROCESS ID]
&val=[VALUE]
(GET) http://[IPv4]
/var_request?param=outval1_[PROCESS ID]
POST: http://192.168.1.255/var_set?param=outval1_5&val=80
will set the RGB Speed on Process #5 to
80
.
Learn more in HTTP API.
MQTT
This parameter can also be accessed via MQTT using [PARAMETER]
= outval1
. Learn more in MQTT API.
Following message:
Topic: johndoe5896/home/garagedoor/sub/process_5/outval1
Payload: 80
will set the RGB Speed on Process #5 to
Topic: johndoe5896/home/garagedoor/sub/process_5/outval1
Payload: 80
will set the RGB Speed on Process #5 to
80
.