This works for “single value” pins. However, the Table Widget sends multiple parameters when row is pressed. On the hardware sketch they can be found as param[0], param[1] …when row is pressed at the APP.
Question: What is the correct syntax for API call for “simulating” the row press in the App?
Putting parameter(s) in brackets appears in the sketch as one parameter (param[0]). My demand is to get values ready-parsed to n different parameters (param[0], param[1]…exactly the same way as the App does. The solution is not to parse parameters differently for both cases (App/API) because the sketch has no way of knowing which parameter passing method is used (I’m controlling the sketch using both App and the API).