1) Give a description of the problem
I am having a really strange problem. I am calling a piston from an external source and I am trying to access the $args that are passed over when the piston URL is called. When I log $args I see the full string of arguments and their values, but where I try to access one of those arguments in an expression or even through logging it is always null.
Is there something I am doing wrong?
The $args string is really long, is it possible there is a bug causing the individual arguments from being populated?
2) What is the expected behavior?
args can be accessed and evaluated and not always null
3) What is happening/not happening?
I log $args and see the full string of args and values.
I log an individual args from $args and the values are always null.
As a side note and additional info, I am creating this pistion to try to do this kludge to get reolink motion triggers into ST: