File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed
services/iotwireless/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " AWS IoT Wireless" ,
4+ "contributor" : " " ,
5+ "description" : " Added TxPowerIndexMin, TxPowerIndexMax, NbTransMin and NbTransMax params to ServiceProfile."
6+ }
Original file line number Diff line number Diff line change 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>"
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>"
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>" ,
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 ,
You can’t perform that action at this time.
0 commit comments