1) Give a description of the problem
Is there anyway for webCore to accept a webcall that contains extra params and then set those params to a variable?
Example: sending https://graph-na04-useast2.api.smartthings.com/api/token//execute/&100
And then setting the 100 to a variable for webcore to use:
Example: LEVEL=100
2) What is the expected behavior?
webcore receives the call and assigns it to a variable to be used in the piston
3) What is happening/not happening?
Nothing. I have no Idea how to do this.