Skip to content

Commit cc79e36

Browse files
author
AWS
committed
AWS IoT Wireless Update: Added TxPowerIndexMin, TxPowerIndexMax, NbTransMin and NbTransMax params to ServiceProfile.
1 parent 20cd3ed commit cc79e36

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT Wireless",
4+
"contributor": "",
5+
"description": "Added TxPowerIndexMin, TxPowerIndexMax, NbTransMin and NbTransMax params to ServiceProfile."
6+
}

services/iotwireless/src/main/resources/codegen-resources/service-2.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6248,6 +6248,22 @@
62486248
"MinGwDiversity":{
62496249
"shape":"MinGwDiversity",
62506250
"documentation":"<p>The MinGwDiversity value.</p>"
6251+
},
6252+
"TxPowerIndexMin":{
6253+
"shape":"TxPowerIndexMin",
6254+
"documentation":"<p>The Transmit Power Index minimum value.</p> <p>Default: <code>0</code> </p>"
6255+
},
6256+
"TxPowerIndexMax":{
6257+
"shape":"TxPowerIndexMax",
6258+
"documentation":"<p>The Transmit Power Index maximum value.</p> <p>Default: <code>15</code> </p>"
6259+
},
6260+
"NbTransMin":{
6261+
"shape":"NbTransMin",
6262+
"documentation":"<p>The minimum number of transmissions.</p> <p>Default: <code>0</code> </p>"
6263+
},
6264+
"NbTransMax":{
6265+
"shape":"NbTransMax",
6266+
"documentation":"<p>The maximum number of transmissions.</p> <p>Default: <code>3</code> </p>"
62516267
}
62526268
},
62536269
"documentation":"<p>LoRaWANGetServiceProfileInfo object.</p>"
@@ -6387,6 +6403,22 @@
63876403
"RaAllowed":{
63886404
"shape":"RaAllowed",
63896405
"documentation":"<p>The RAAllowed value that describes whether roaming activation is allowed.</p>"
6406+
},
6407+
"TxPowerIndexMin":{
6408+
"shape":"TxPowerIndexMin",
6409+
"documentation":"<p>The Transmit Power Index minimum.</p> <p>Default: <code>0</code> </p>"
6410+
},
6411+
"TxPowerIndexMax":{
6412+
"shape":"TxPowerIndexMax",
6413+
"documentation":"<p>The Transmit Power Index maximum.</p> <p>Default: <code>15</code> </p>"
6414+
},
6415+
"NbTransMin":{
6416+
"shape":"NbTransMin",
6417+
"documentation":"<p>The minimum number of transmissions.</p> <p>Default: <code>0</code> </p>"
6418+
},
6419+
"NbTransMax":{
6420+
"shape":"NbTransMax",
6421+
"documentation":"<p>The maximum number of transmissions.</p> <p>Default: <code>3</code> </p>"
63906422
}
63916423
},
63926424
"documentation":"<p>LoRaWANServiceProfile object.</p>"
@@ -6842,6 +6874,16 @@
68426874
"documentation":"<p>Wireless metadata that is to be sent to multicast group.</p>"
68436875
},
68446876
"NRCapable":{"type":"boolean"},
6877+
"NbTransMax":{
6878+
"type":"integer",
6879+
"max":15,
6880+
"min":0
6881+
},
6882+
"NbTransMin":{
6883+
"type":"integer",
6884+
"max":15,
6885+
"min":0
6886+
},
68456887
"NetId":{
68466888
"type":"string",
68476889
"documentation":"<p>LoRaWAN network ID.</p>",
@@ -8420,6 +8462,16 @@
84208462
"max":1,
84218463
"min":0
84228464
},
8465+
"TxPowerIndexMax":{
8466+
"type":"integer",
8467+
"max":15,
8468+
"min":0
8469+
},
8470+
"TxPowerIndexMin":{
8471+
"type":"integer",
8472+
"max":15,
8473+
"min":0
8474+
},
84238475
"UARFCN":{
84248476
"type":"integer",
84258477
"max":16383,

0 commit comments

Comments
 (0)