Question
Give an example to change the value of a variable in the target thread
To test control the device, I need to change the values of some variables using dashboard elements.
"Write Panel" doesn't work for me.
Show me an example of how to implement it? Thank you!

"Write Panel" tried to generate a payload of the format:
{
"variablelist": [
{
"address": "0x20003954",
"name": "alg::apiControls.valves.registr",
"type": 1,
"checked": true,
"$$hashKey": "object:153",
"value": "1",
"validity": true
}
],
"accesspoint": 0
}
What is "$$hashKey": "object:153" ?
This value is always new, after each deployment.
