Finish even more UIs...

* Add atmos UIs and solar interface
* Add air alarm interface
This commit is contained in:
Bjorn Neergaard
2016-01-01 17:47:13 -06:00
parent ff36e14cf5
commit 8d344ec883
25 changed files with 399 additions and 62 deletions
@@ -158,7 +158,7 @@ Passive gate is similar to the regular pump except:
on = !on
investigate_log("was turned [on ? "on" : "off"] by [key_name(usr)]", "atmos")
if("pressure")
switch(params["set"])
switch(params["pressure"])
if ("max")
target_pressure = MAX_OUTPUT_PRESSURE
if ("custom")
@@ -166,7 +166,7 @@ Thus, the two variables affect pump operation are set in New():
on = !on
investigate_log("was turned [on ? "on" : "off"] by [key_name(usr)]", "atmos")
if("pressure")
switch(params["set"])
switch(params["pressure"])
if ("max")
target_pressure = MAX_OUTPUT_PRESSURE
if ("custom")
@@ -164,7 +164,7 @@ Thus, the two variables affect pump operation are set in New():
on = !on
investigate_log("was turned [on ? "on" : "off"] by [key_name(usr)]", "atmos")
if("transfer")
switch(params)
switch(params["rate"])
if ("max")
transfer_rate = MAX_TRANSFER_RATE
if ("custom")