Skip to content

Rocket API

Alex Omar edited this page Feb 27, 2017 · 2 revisions

Fueling

To send messages to the fueling controller the to field must always be "fueling", lower case, no quotes.

get-all

returns a http msg of all the valves that this computer is connected to.

to: fueling
dest: <ignored>
payload: get-all

is-open

Is a valve open?

to: fueling
dest: valve_name
payload: is-open

open

to: fueling
dest: valve_name
payload: open

command

Execute a predefined macro from the Fuel Controller.

to: fueling
dest: controller
payload: command <cmd-name>

can be "vent-tank", or other things we haven't defined yet.

Clone this wiki locally