chirpstack/api/go/api
Orne Brocaar 487f785302 Add option to increase RX1 Delay in device-profile.
In general ChirpStack is configured with a rx1_delay configuration
matching the network latency (e.g. on cellular, one might want to set
this to rx1_delay=3). However, this does not take into account a
possible latency of the end-application. Handling the uplink and
enqueueing a downlink might take more time than the configured rx1_delay
(and get_downlink_data_delay) allows.

This option makes it possible to increase the RX1 Delay in the
device-profile. If the RX1 Delay has between increased relative to
the system default, then the get_downlink_data_delay will be
incremented with the same amount of seconds.
2024-05-02 10:29:10 +01:00
..
application_grpc.pb.go api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
application.pb.go api: Use protoc-gen-go & -go-grpc from nix. 2024-04-01 14:37:41 +01:00
device_grpc.pb.go api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
device_profile_grpc.pb.go api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
device_profile_template_grpc.pb.go api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
device_profile_template.pb.go api: Use protoc-gen-go & -go-grpc from nix. 2024-04-01 14:37:41 +01:00
device_profile.pb.go Add option to increase RX1 Delay in device-profile. 2024-05-02 10:29:10 +01:00
device.pb.go api: Use protoc-gen-go & -go-grpc from nix. 2024-04-01 14:37:41 +01:00
gateway_grpc.pb.go Implement storing + display duty-cycle stats. 2024-04-17 14:34:11 +01:00
gateway.pb.go Implement storing + display duty-cycle stats. 2024-04-17 14:34:11 +01:00
internal_grpc.pb.go api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
internal.pb.go api: Use protoc-gen-go & -go-grpc from nix. 2024-04-01 14:37:41 +01:00
multicast_group_grpc.pb.go api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
multicast_group.pb.go api: Use protoc-gen-go & -go-grpc from nix. 2024-04-01 14:37:41 +01:00
relay_grpc.pb.go api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
relay.pb.go api: Use protoc-gen-go & -go-grpc from nix. 2024-04-01 14:37:41 +01:00
tenant_grpc.pb.go api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
tenant.pb.go api: Use protoc-gen-go & -go-grpc from nix. 2024-04-01 14:37:41 +01:00
user_grpc.pb.go api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
user.pb.go api: Use protoc-gen-go & -go-grpc from nix. 2024-04-01 14:37:41 +01:00