You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
When requesting an array, such as "?a=r.resource", without specifying a key, it would be nice if the value was returned as a dict of all resources on board. JSON should be able to handle this fine.
Similarly, "?a=b.name" should return a list of the names of all bodies, in order of their body id.
Currently, one instead gets a 500 with an index out of range exception, for both of these requests.
This would help interoperability with mods like RealFuels that greatly proliferate the number of different resources.
The text was updated successfully, but these errors were encountered:
Similar point here, it would be great to have a way to list all of the available telemetry points on a vehicle so that we could easily allow exploration in a front end interface. We have a lot of people interested in using Telemachus to integrate with Open MCT and this would be a great way to keep in sync.
When requesting an array, such as "?a=r.resource", without specifying a key, it would be nice if the value was returned as a dict of all resources on board. JSON should be able to handle this fine.
Similarly, "?a=b.name" should return a list of the names of all bodies, in order of their body id.
Currently, one instead gets a 500 with an index out of range exception, for both of these requests.
This would help interoperability with mods like RealFuels that greatly proliferate the number of different resources.
The text was updated successfully, but these errors were encountered: