mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 11:04:10 -04:00
ATV modulator: Web API: add possibility to set image and video files
This commit is contained in:
@@ -891,6 +891,9 @@ margin-bottom: 20px;
|
||||
"forceDecimator" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"showOverlayText" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"overlayText" : {
|
||||
"type" : "string"
|
||||
},
|
||||
@@ -899,6 +902,12 @@ margin-bottom: 20px;
|
||||
},
|
||||
"title" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"imageFileName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"videoFileName" : {
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"description" : "ATVMod"
|
||||
@@ -20529,7 +20538,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2018-04-14T22:10:55.895+02:00
|
||||
Generated 2018-04-15T01:40:30.919+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user