atmos_control 
GENERAL AIR CONTROL (a.k.a atmos computer)
Vars | |
atmos_chambers | Which sensors do we want to listen to. Assoc of list[chamber_id] = readable_chamber_name |
---|---|
connected_sensors | list of all sensors[key is chamber id, value is id of air sensor linked to this chamber] monitered by this computer |
control | Whether we can actually adjust the chambers or not. |
last_chamber_id | OUur last reconnected chamber |
reconnecting | Whether we are allowed to reconnect. |
Procs | |
reconnect | Reconnect only works for station based chambers. |
scan | Scans the z level for new air sensors & monitors |
Var Details
atmos_chambers 
Which sensors do we want to listen to. Assoc of list[chamber_id] = readable_chamber_name
connected_sensors 
list of all sensors[key is chamber id, value is id of air sensor linked to this chamber] monitered by this computer
control 
Whether we can actually adjust the chambers or not.
last_chamber_id 
OUur last reconnected chamber
reconnecting 
Whether we are allowed to reconnect.
Proc Details
reconnect
Reconnect only works for station based chambers.
scan
Scans the z level for new air sensors & monitors