Here's an example message from a device. The search command decodes phyPayload: { "id": "5f44141360bac5000165f58e", "devEui": "redacted", "date": 1598297107124, "direction": "Uplink", "type": "UnconfirmedDataUp", "phyPayload": "40d267000280d5131147cdc99ff4beaeeda9e9", "radioParameters": [ { "freq": 867.9, "modulation": "LORA", "dataRate": "SF7BW125", "codingRate": "4/5" } ], "ack": false, "fCnt": 5077, "macCommand": null, "fPort": 17, "gwInfo": [ { "gwEui": "redacted", "rfRegion": null, "rssi": -91, "snr": 10.5, "latitude": null, "longitude": null, "altitude": null, "channel": null, "radioId": null, "rssis": null, "rssisd": null, "fineTimestamp": null, "antenna": null, "frequencyOffset": null }, { "gwEui": "redacted", "rfRegion": null, "rssi": -46, "snr": 8.5, "latitude": null, "longitude": null, "altitude": null, "channel": null, "radioId": null, "rssis": null, "rssisd": null, "fineTimestamp": null, "antenna": null, "frequencyOffset": null } ], "delayed": false, "classB": false, "encodingType": "HEXA" } The search I am testing just specifies the index, and pipes to the custom search command. It returns events when run as a search
... View more