mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-22 09:08:35 +00:00
api: Update DeviceActivation field documentation.
Fixes chirpstack/chirpstack-rest-api#20.
This commit is contained in:
5
api/rust/proto/chirpstack/api/device.proto
vendored
5
api/rust/proto/chirpstack/api/device.proto
vendored
@ -412,14 +412,15 @@ message DeviceActivation {
|
||||
string app_s_key = 3;
|
||||
|
||||
// Network session encryption key (HEX encoded).
|
||||
// Note: For ABP in LoRaWAN 1.0.x, use this, the serving and the forwarding
|
||||
// network session integrity key fields with the LoRaWAN 1.0.x 'NwkSKey`!
|
||||
// Note: For LoRaWAN 1.0.x devices, set this to the NwkSKey.
|
||||
string nwk_s_enc_key = 4;
|
||||
|
||||
// Serving network session integrity key (HEX encoded).
|
||||
// Note: For LoRaWAN 1.0.x devices, set this to the NwkSKey.
|
||||
string s_nwk_s_int_key = 8;
|
||||
|
||||
// Forwarding network session integrity key (HEX encoded).
|
||||
// Note: For LoRaWAN 1.0.x devices, set this to the NwkSKey.
|
||||
string f_nwk_s_int_key = 9;
|
||||
|
||||
// Uplink frame-counter.
|
||||
|
Reference in New Issue
Block a user