RTU startup code and comms
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user