You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapiv2/api/device.swagger.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -765,15 +765,15 @@
765
765
},
766
766
"nwkSEncKey": {
767
767
"type": "string",
768
-
"title": "Network session encryption key (HEX encoded).\nNote: For ABP in LoRaWAN 1.0.x, use this, the serving and the forwarding\nnetwork session integrity key fields with the LoRaWAN 1.0.x 'NwkSKey`!"
768
+
"description": "Network session encryption key (HEX encoded).\nNote: For LoRaWAN 1.0.x devices, set this to the NwkSKey."
"description": "Forwarding network session integrity key (HEX encoded).\nNote: For LoRaWAN 1.0.x devices, set this to the NwkSKey."
777
777
},
778
778
"fCntUp": {
779
779
"type": "integer",
@@ -1101,15 +1101,15 @@
1101
1101
},
1102
1102
"nwkSEncKey": {
1103
1103
"type": "string",
1104
-
"title": "Network session encryption key (HEX encoded).\nNote: For ABP in LoRaWAN 1.0.x, use this, the serving and the forwarding\nnetwork session integrity key fields with the LoRaWAN 1.0.x 'NwkSKey`!"
1104
+
"description": "Network session encryption key (HEX encoded).\nNote: For LoRaWAN 1.0.x devices, set this to the NwkSKey."
Copy file name to clipboardExpand all lines: openapiv2/api/device_profile.swagger.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -229,10 +229,10 @@
229
229
"format": "int64",
230
230
"description": "Class-B timeout (seconds).\nThis is the maximum time ChirpStack will wait to receive an acknowledgement\nfrom the device (if requested)."
231
231
},
232
-
"classBPingSlotNbK": {
232
+
"classBPingSlotPeriodicity": {
233
233
"type": "integer",
234
234
"format": "int64",
235
-
"description": "Class-B ping-slots per beacon period.\nValid options are: 0 - 7.\n\nThe actual number of ping-slots per beacon period equals to 2^k."
235
+
"description": "Class-B ping-slot periodicity.\nValid options are: 0 - 7.\n\nNumber of ping-slots per beacon-period:\npingNb = 2^(7-periodicity)\n\nPeriodicity: 0 = 128 ping-slots per beacon period = ~ every 1 sec\nPeriodicity: 7 = 1 ping-slot per beacon period = ~ every 128 sec"
236
236
},
237
237
"classBPingSlotDr": {
238
238
"type": "integer",
@@ -645,10 +645,10 @@
645
645
"format": "int64",
646
646
"description": "Class-B timeout (seconds).\nThis is the maximum time ChirpStack will wait to receive an acknowledgement\nfrom the device (if requested)."
647
647
},
648
-
"classBPingSlotNbK": {
648
+
"classBPingSlotPeriodicity": {
649
649
"type": "integer",
650
650
"format": "int64",
651
-
"description": "Class-B ping-slots per beacon period.\nValid options are: 0 - 7.\n\nThe actual number of ping-slots per beacon period equals to 2^k."
651
+
"description": "Class-B ping-slot periodicity.\nValid options are: 0 - 7.\n\nNumber of ping-slots per beacon-period:\npingNb = 2^(7-periodicity)\n\nPeriodicity: 0 = 128 ping-slots per beacon period = ~ every 1 sec\nPeriodicity: 7 = 1 ping-slot per beacon period = ~ every 128 sec"
Copy file name to clipboardExpand all lines: openapiv2/api/device_profile_template.swagger.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -197,10 +197,10 @@
197
197
"format": "int64",
198
198
"description": "Class-B timeout (seconds).\nThis is the maximum time ChirpStack will wait to receive an acknowledgement from the device (if requested)."
199
199
},
200
-
"classBPingSlotNbK": {
200
+
"classBPingSlotPeriodicity": {
201
201
"type": "integer",
202
202
"format": "int64",
203
-
"description": "Class-B ping-slots per beacon period.\nValid options are: 0 - 7.\n\nThe actual number of ping-slots per beacon period equals to 2^k."
203
+
"description": "Class-B ping-slot periodicity (only for Class-B).\nValid options are: 0 - 7.\n\nNumber of ping-slots per beacon-period:\npingNb = 2^(7-periodicity)\n\nPeriodicity: 0 = 128 ping-slots per beacon period = ~ every 1 sec\nPeriodicity: 7 = 1 ping-slot per beacon period = ~ every 128 sec"
204
204
},
205
205
"classBPingSlotDr": {
206
206
"type": "integer",
@@ -430,10 +430,10 @@
430
430
"format": "int64",
431
431
"description": "Class-B timeout (seconds).\nThis is the maximum time ChirpStack will wait to receive an acknowledgement from the device (if requested)."
432
432
},
433
-
"classBPingSlotNbK": {
433
+
"classBPingSlotPeriodicity": {
434
434
"type": "integer",
435
435
"format": "int64",
436
-
"description": "Class-B ping-slots per beacon period.\nValid options are: 0 - 7.\n\nThe actual number of ping-slots per beacon period equals to 2^k."
436
+
"description": "Class-B ping-slot periodicity (only for Class-B).\nValid options are: 0 - 7.\n\nNumber of ping-slots per beacon-period:\npingNb = 2^(7-periodicity)\n\nPeriodicity: 0 = 128 ping-slots per beacon period = ~ every 1 sec\nPeriodicity: 7 = 1 ping-slot per beacon period = ~ every 128 sec"
0 commit comments