1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 04:54:13 -04:00

API: added index in FeatureSet structure

This commit is contained in:
f4exb
2021-09-16 21:20:03 +02:00
parent 611171234a
commit e8ed80167c
7 changed files with 50 additions and 4 deletions
@@ -4913,8 +4913,12 @@ margin-bottom: 20px;
"description" : "Base feature report. Only the feature report corresponding to the feature specified in the featureType field is or should be present."
};
defs.FeatureSet = {
"required" : [ "featurecount" ],
"required" : [ "featurecount", "index" ],
"properties" : {
"index" : {
"type" : "integer",
"description" : "Index in the list of feature sets opened in this instance"
},
"featurecount" : {
"type" : "integer",
"description" : "Number of features in the set"
@@ -50576,7 +50580,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2021-09-05T21:54:27.642+02:00
Generated 2021-09-12T20:10:39.058+02:00
</div>
</div>
</div>