ConditionUIHTMLProc accepts one parameter, which is the data string generated by the HTML fields you created in ConditionUIHTML.
After HomeSeer processes the name=value pairs from the form data, it passes the non-HomeSeer name=value pairs to this procedure. You can do any editing or cleansing of the pairs in this function before returning the data string that you want HomeSeer to store with the condition.
The example below is hyperlinked to a .VB code file that contains the same procedure, but with comments throughout so that you can understand what is going on. This is the same procedure that you can find in the example plug-in source code which you may access here.
See Also