curl --request POST \
--url https://api.example.com/api/var/sensor/modify \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "fab90ae8410e43cd8fc3fe7e11b90442",
"key": "c",
"label": "变c",
"type": "object",
"data": {
"cc": {
"tmp": 22
}
},
"index": 1,
"config": {
"calc": {
"base": 0
},
"param": {
"count": 2
},
"type": "int32",
"unit": "Nm³"
},
"param": {
"tags": [
"韭菜",
"馅饼"
]
}
}
'