Use multiple lines in the custom text overlay

marigo

Getting the hang of it
Joined
Dec 24, 2016
Messages
136
Reaction score
47
Location
Netherlands
Hi all,

My Dahua's display the power usage via the text overlay options via a bash script.

Code:
URL="http://username:password@10.0.103.201/cgi-bin/configManager.cgi?action=setConfig&VideoWidget[0].CustomTitle[1].Text=Power%20$USAGE%20Watt"
I really like to use this feature to add more information to the second textbox (field).
Does anyone know how to accomplish this?

In other words: How can I put information in the second or third textfield with the configManager.cgi
 
Top