Telemachus

Telemachus

14.7k Downloads

Feature Request: Ship Systems

mmuszynski opened this issue · 5 comments

commented

Hi Rich,

I wanted to request a way to query for the functioning of ship systems. It's possible that this is in the API already and I just don't know how to do it. If not, it would be nice to know if RCS is on or if SAS is on in order to display its status.

commented

I was supposed to add this to the API several weeks ago but other tasks hindered my efforts. I will see what I can do this weekend.

commented

Take your time. I was thinking of helping, but I know basically zero C#. It would take some doing to get up to speed.

On Oct 4, 2013, at 2:58 AM, Richard Bunt [email protected] wrote:

I was supposed to add this to the API several weeks ago but other tasks hindered my efforts. I will see what I can do this weekend.


Reply to this email directly or view it on GitHub.

commented

I have added API calls which return the state of the RCS, SAS and the light.

commented

Excellent, Rich!

How about fuel and electricity status? :D

On Oct 13, 2013, at 2:18 PM, Richard Bunt [email protected] wrote:

I have added API calls which return the state of the RCS, SAS and the light.


Reply to this email directly or view it on GitHub.

commented

There will be something like this:

a=r.resource[RESOURCENAME]

in the API list which you can use to get the remaining amount of a particular resource.