unispa > Web interface > Processes > Display
POST: http://192.168.1.255/var_set?param=disp_12&val=1
will include the Process #12 on the Display loop.
Display
Determines if the process is included in the Display loop.
This option is only visible if display pins are correctly defined. This is done in In-out menu by choosing:
Display - SCLforD1, andDisplay - SDAforD2.
Use this to highlight the most important process(-es).
[VALUE] of this variable may assume values 0 or False for disabling and 1 or True for enabling this option.
HTTP
The device will accept HTTP requests at the following URLs:
(POST) http://[IPv4]/var_set?param=disp_[PROCESS ID]&val=[VALUE]
(GET) http://[IPv4]/var_request?param=disp_[PROCESS ID]
POST: http://192.168.1.255/var_set?param=disp_12&val=1
will include the Process #12 on the Display loop.
Learn more in HTTP API.
MQTT
This parameter cannot be accessed via MQTT. Learn more in MQTT API.