fix defaults for Salimax Release
This commit is contained in:
parent
9a2ea39317
commit
c6fbb1d931
|
@ -78,14 +78,14 @@ public class Config //TODO: let IE choose from config files (Json) and connect t
|
||||||
S3 = null, // TODO
|
S3 = null, // TODO
|
||||||
Devices = new ()
|
Devices = new ()
|
||||||
{
|
{
|
||||||
RelaysIp = new() { Address = "10.0.1.1", Port = 502},
|
RelaysIp = new() { Host = "10.0.1.1", Port = 502},
|
||||||
TruConvertAcIp = new() { Address = "10.0.2.1", Port = 502},
|
TruConvertAcIp = new() { Host = "10.0.2.1", Port = 502},
|
||||||
TruConvertDcIp = new() { Address = "10.0.3.1", Port = 502},
|
TruConvertDcIp = new() { Host = "10.0.3.1", Port = 502},
|
||||||
GridMeterIp = new() { Address = "10.0.4.1", Port = 502},
|
GridMeterIp = new() { Host = "10.0.4.1", Port = 502},
|
||||||
InternalMeterIp = new() { Address = "10.0.4.2", Port = 502},
|
IslandBusLoadMeterIp = new() { Host = "10.0.4.2", Port = 502},
|
||||||
AmptIp = new() { Address = "10.0.5.1", Port = 502},
|
AmptIp = new() { Host = "10.0.5.1", Port = 502},
|
||||||
BatteryIp = new() { Address = "localhost", Port = 6855},
|
BatteryIp = new() { Host = "localhost", Port = 6855},
|
||||||
BatteryNodes = new Byte[]{2},
|
BatteryNodes = new []{ 2, 3, 4, 5, 6 },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue