-
Notifications
You must be signed in to change notification settings - Fork 1
Rocket API
Alex Omar edited this page Feb 27, 2017
·
2 revisions
To send messages to the fueling controller the to field must always be "fueling", lower case, no quotes.
returns a http msg of all the valves that this computer is connected to.
to: fueling
dest: <ignored>
payload: get-all
Is a valve open?
to: fueling
dest: valve_name
payload: is-open
to: fueling
dest: valve_name
payload: open
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.