RTU startup code and comms

This commit is contained in:
Mikayla Fischler
2022-03-23 15:41:08 -04:00
parent 74ae57324b
commit 60674ec95c
4 changed files with 233 additions and 52 deletions

View File

@@ -17,15 +17,26 @@ RTU_DEVICES = {
RTU_REDSTONE = {
{
io = RS_IO.WASTE_PO,
for_reactor = 1
},
{
io = RS_IO.WASTE_PU,
for_reactor = 1
},
{
io = RS_IO.WASTE_AM,
for_reactor = 1
},
for_reactor = 1,
io = {
{
channel = RS_IO.WASTE_PO,
side = "top",
bundled_color = colors.blue,
for_reactor = 1
},
{
channel = RS_IO.WASTE_PU,
side = "top",
bundled_color = colors.cyan,
for_reactor = 1
},
{
channel = RS_IO.WASTE_AM,
side = "top",
bundled_color = colors.purple,
for_reactor = 1
}
}
}
}