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 6248
6248
"MinGwDiversity" :{
6249
6249
"shape" :" MinGwDiversity" ,
6250
6250
"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>"
6251
6267
}
6252
6268
},
6253
6269
"documentation" :" <p>LoRaWANGetServiceProfileInfo object.</p>"
6387
6403
"RaAllowed" :{
6388
6404
"shape" :" RaAllowed" ,
6389
6405
"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>"
6390
6422
}
6391
6423
},
6392
6424
"documentation" :" <p>LoRaWANServiceProfile object.</p>"
6842
6874
"documentation" :" <p>Wireless metadata that is to be sent to multicast group.</p>"
6843
6875
},
6844
6876
"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
+ },
6845
6887
"NetId" :{
6846
6888
"type" :" string" ,
6847
6889
"documentation" :" <p>LoRaWAN network ID.</p>" ,
8420
8462
"max" :1 ,
8421
8463
"min" :0
8422
8464
},
8465
+ "TxPowerIndexMax" :{
8466
+ "type" :" integer" ,
8467
+ "max" :15 ,
8468
+ "min" :0
8469
+ },
8470
+ "TxPowerIndexMin" :{
8471
+ "type" :" integer" ,
8472
+ "max" :15 ,
8473
+ "min" :0
8474
+ },
8423
8475
"UARFCN" :{
8424
8476
"type" :" integer" ,
8425
8477
"max" :16383 ,
You can’t perform that action at this time.
0 commit comments