mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-22 17:08:54 +00:00
Add js context to get_activation api method.
This commit is contained in:
6
api/proto/api/device.proto
vendored
6
api/proto/api/device.proto
vendored
@ -418,6 +418,12 @@ message GetDeviceActivationRequest {
|
||||
message GetDeviceActivationResponse {
|
||||
// Device activation object.
|
||||
DeviceActivation device_activation = 1;
|
||||
|
||||
// Join-Server context.
|
||||
// A non-empty value indicatest that ChirpStack does not have access to
|
||||
// the AppSKey and that the encryption / decryption of the payloads is
|
||||
// the responsibility of the end-application.
|
||||
common.JoinServerContext join_server_context = 2;
|
||||
}
|
||||
|
||||
message GetRandomDevAddrRequest {
|
||||
|
Reference in New Issue
Block a user