mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
RTU object and started modbus
This commit is contained in:
10
rtu/config.lua
Normal file
10
rtu/config.lua
Normal file
@ -0,0 +1,10 @@
|
||||
RTU__DEVICES = {
|
||||
{
|
||||
name = "boiler_0",
|
||||
reactor_owner = 1
|
||||
},
|
||||
{
|
||||
name = "turbine_0",
|
||||
reactor_owner = 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user