token: ********************
{
"id": 0,
"nVocs": 0,
"nO2": 0,
"nTemperature": 0,
"nHumidity": 0,
"nMicropressure": 0,
"gVocs": 0,
"gO2": 0,
"gTemperature": 0,
"gHumidity": 0,
"gWindspeed": 0,
"gWindpressure": 0,
"door1Value": 0,
"door1Name": "string",
"door2Value": 0,
"door2Name": "string",
"door3Value": 0,
"door3Name": "string",
"door4Value": 0,
"door4Name": "string",
"door5Value": 0,
"door5Name": "string",
"door6Value": 0,
"door6Name": "string",
"realtimeEmissions": 0,
"deviceId": 0,
"companyId": 0,
"pressureStatus": 0,
"operativeStatus": 0,
"receiveDate": "string",
"receiveTime": "string",
"createTime": "string",
"updateTime": "string",
"deleted": 0
}
curl --location --request POST 'http://127.0.0.1:8091/clean/eqgas/updateSensorData' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id": 0,
"nVocs": 0,
"nO2": 0,
"nTemperature": 0,
"nHumidity": 0,
"nMicropressure": 0,
"gVocs": 0,
"gO2": 0,
"gTemperature": 0,
"gHumidity": 0,
"gWindspeed": 0,
"gWindpressure": 0,
"door1Value": 0,
"door1Name": "string",
"door2Value": 0,
"door2Name": "string",
"door3Value": 0,
"door3Name": "string",
"door4Value": 0,
"door4Name": "string",
"door5Value": 0,
"door5Name": "string",
"door6Value": 0,
"door6Name": "string",
"realtimeEmissions": 0,
"deviceId": 0,
"companyId": 0,
"pressureStatus": 0,
"operativeStatus": 0,
"receiveDate": "string",
"receiveTime": "string",
"createTime": "string",
"updateTime": "string",
"deleted": 0
}'
{}