{
“applicationID”:“1”,
“applicationName”:“app”,
“deviceName”:“TBS-200”,
“devEUI”:“70b3d53af0020631”,
“rxInfo”:[
{
“gatewayID”:“b827ebfffee956bf”,
“uplinkID”:“285d5ccc-f768-4e8b-a9d1-8d655c645660”,
“name”:“rak_gateway”,
“rssi”:-35,
“loRaSNR”:7.2,
“location”:{
“latitude”:-1.33399,
“longitude”:36.88622,
“altitude”:0
}
}
],
“txInfo”:{
“frequency”:868500000,
“dr”:5
},
“adr”:true,
“fCnt”:1,
“fPort”:1,
“data”:“rEckAK4=”,
“object”:{
“DecodeDataHex”:“ac472400ae”,
“DecodeDataObj”:{},
“DecodeDataString”:“¬G$\u0000®”,
“ParkFlag”:0,
“UpStatusFrame”:71,
“frame”:"",
“space_stat”:“false”
}
}
above is the uplink message payload that is generated, as you can see it has too much metadata, which is unnecessaryto my application. This there a way to edit that, like i dont need this data below
“rxInfo”:[
{
“gatewayID”:“b827ebfffee956bf”,
“uplinkID”:“285d5ccc-f768-4e8b-a9d1-8d655c645660”,
“name”:“rak_gateway”,
“rssi”:-35,
“loRaSNR”:7.2,
“location”:{
“latitude”:-1.33399,
“longitude”:36.88622,
“altitude”:0
}
}
],
“txInfo”:{
“frequency”:868500000,
“dr”:5
},
“adr”:true,
“fCnt”:1,
“fPort”:1,