Hello,
I am attempting to connect Quecklin devices. I require specific fields, but I also need to receive the entire string sent by the device. Is this possible?
SebastinPerezNetto Unfortunately not, flespi parses the packet into message with flespi-specific fields. However you have access to raw data sent by device in device traffic. You can selects packets by API by using server.timestamp value. This is not durable but workable solution. Just give it a minute delay as we are often buffering them before storing.