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

Structs

AckEvent

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

ErrorEvent

ErrorEvent is the message sent when an error occurred.

IntegrationEvent

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

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

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

StatusEvent

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

TxAckEvent

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

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

Enums

ErrorType