Empty reference field by post device queue

I would like to use reference field for codec development debug purposes but since i updated from an old LoRa app Server that i used to send messages via MQTT i started to notice an empty reference field. I am nowadays sending Rest Post requests to /api/devices/{devEUI}/queue

I sent

{
  "confirmed": true,
  "data": "AgEAb2k=",
  "devEUI": "dcb64da4eef651f4",
  "fPort": 10,
  "reference": "abcd1234"
}

device queue

{
  "devEUI": "dcb64da5eef651f4",
  "reference": "",
  "confirmed": true,
  "fPort": 10,
  "data": "AgEAb2k=",
  "fCnt": 2
}

I am using App Server Version 1.0.1

Any idea of what might be the problem?

Thanks

1 Like