curl --request POST \
--url https://api.example.com/api/var/sensor/add \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"sn": "abababab",
"key": "c",
"label": "变量c",
"type": "string",
"data": "i am c",
"index": 1,
"config": {
"calc": {
"base": 0,
"decimal": 0,
"mult": 1
},
"param": {
"count": 0,
"offset": 0,
"read": 3,
"reg": 98
},
"type": "uint32",
"unit": "Nm³"
},
"param": {
"tags": [
"韭菜",
"馅饼"
]
}
}
'