Device Properties

Hello,

Reads values ​​via httpclient then using json to extract individual properties.
Trying to overwrite the value in the parameter table but to no avail.

I use the example from the thinger handbook:

  pson data;
data["id"]=22;
data["value"]="jeee";
//sending new values to platform
thing.set_property("settings", data, true);