mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-15 22:08:23 +00:00
Add js context to get_activation api method.
This commit is contained in:
@ -213,3 +213,12 @@ enum DeviceClass {
|
||||
// Class-C.
|
||||
CLASS_C = 2;
|
||||
}
|
||||
|
||||
// Join-Server context.
|
||||
message JoinServerContext {
|
||||
// Session-key ID.
|
||||
string session_key_id = 1;
|
||||
|
||||
// AppSKey envelope.
|
||||
KeyEnvelope app_s_key = 2;
|
||||
}
|
Reference in New Issue
Block a user