{
"w": [
{
"tag": "RESET1",
"value": 0
}
],
"ts": "2017-12-28T12:22:21+0000"
}
I have to publish this data through mqtt but in this code value is static and I want to make value dynamic.
value tag data will come from numeric input or slider. How i make value dynamic?