Hi all,
My Dahua's display the power usage via the text overlay options via a bash script.
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
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