I’m not able to have WebCore ask for the appropriate parameter for a custom command.
For exemple, I have the following command in a driver:
command “EnterMsg”, [[name:“Message”,type:“STRING”, description:“Message to be sent”]]
And when leveraging a device with that driver in WebCore, I get the following screen:
I certainly can select parameter and choose string, but what do I need to do for Webcore to ask me to enter a string parameter?