Module chirpstack_api::as_pb::integration[][src]

Structs

AckEvent is the message sent when a confirmation on a confirmed downlink has been received -or- when the downlink timed out.

ErrorEvent is the message sent when an error occurred.

IntegrationEvent is the message that can be sent by an integration. It allows for sending events which are provided by an external integration which are “not native” to ChirpStack.

JoinEvent is the message sent when a device joined the network. Note that this is only sent after the first received uplink after the device (re)activation.

LocationEvent is the message sent when a geolocation resolve was returned.

StatusEvent is the message sent when a device-status mac-command was sent by the device.

TxAckEvent is the message sent when a downlink was acknowledged by the gateway for transmission. As a downlink can be scheduled in the future, this event does not confirm that the message has already been transmitted.

UplinkEvent is the message sent when an uplink payload has been received.

Enums