mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Add altitudeDateTime to MapItem
This commit is contained in:
@@ -10184,6 +10184,10 @@ margin-bottom: 20px;
|
||||
"type" : "string",
|
||||
"description" : "Date and time at this position (ISO 8601 extended format)"
|
||||
},
|
||||
"altitudeDateTime" : {
|
||||
"type" : "string",
|
||||
"description" : "Date and time at this altitude, if different from positionDateTime (ISO 8601 extended format)"
|
||||
},
|
||||
"track" : {
|
||||
"type" : "array",
|
||||
"description" : "Track/path the item has taken",
|
||||
@@ -10355,6 +10359,10 @@ margin-bottom: 20px;
|
||||
"type" : "string",
|
||||
"description" : "Date and time at this position (ISO 8601 extended format)"
|
||||
},
|
||||
"altitudeDateTime" : {
|
||||
"type" : "string",
|
||||
"description" : "Date and time at this altitude, if different from positionDateTime (ISO 8601 extended format)"
|
||||
},
|
||||
"track" : {
|
||||
"type" : "array",
|
||||
"description" : "Track/path the item has taken",
|
||||
@@ -59593,7 +59601,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2025-02-04T16:59:42.434+01:00
|
||||
Generated 2025-03-06T14:54:56.926+01:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user