lora.uplink event

The lora.uplink event is triggered when a frame is received from a device.

Form

Parameters

Name Type Required Description
Thing Key String   This trigger is limited to LoRa frames for a Thing specified by key. Leave blank to not limit this trigger to a specific Thing.
Thing Tags String Array   This trigger is limited to LoRa frames for Things specified by tags. Leave blank to not limit this trigger to Things specified by tag. When multiple tags are specified in the trigger event, the thing must have at least one tag in common for the trigger to execute.
FPort Integer   This trigger is limited to LoRa frames with a specific fPort value. Leave blank to not limit this trigger by fPort.

Event variables

Name Type Description
$(event.thing.key) String The key of the Thing that initiated this trigger.
$(event.thing.name) String The name of the Thing that initiated this trigger.
$(event.thing.type String The type of the Thing that initiated this trigger.
$(event.deviceEui) String The deviceEui of the Thing that initiated this trigger.
$(event.fPort) Integer The FPort reported by the frame.
$(event.rssi) Integer The RSSI value reported by the frame.
$(event.snr) Integer The signal to noise ratio value reported by the frame.
$(event.payload) Binary The binary value of the payload.
$(event.ts) Timestamp The timestamp of the frame.
$(event.lat) Float The latitude reported by the frame.
$(event.lng) Float The longitude reported by the frame.
$(event.provider) Object The provider details reported by the frame.