add TsRelay Ip object to the device config class
This commit is contained in:
parent
1dac314c38
commit
bf2ff1cf5a
|
@ -6,6 +6,7 @@ namespace InnovEnergy.App.SaliMax.SystemConfig;
|
||||||
public class DeviceConfig
|
public class DeviceConfig
|
||||||
{
|
{
|
||||||
public required SalimaxDevice RelaysIp { get; init; }
|
public required SalimaxDevice RelaysIp { get; init; }
|
||||||
|
public required SalimaxDevice TsRelaysIp { get; init; }
|
||||||
public required SalimaxDevice GridMeterIp { get; init; }
|
public required SalimaxDevice GridMeterIp { get; init; }
|
||||||
public required SalimaxDevice PvOnAcGrid { get; init; }
|
public required SalimaxDevice PvOnAcGrid { get; init; }
|
||||||
public required SalimaxDevice LoadOnAcGrid { get; init; }
|
public required SalimaxDevice LoadOnAcGrid { get; init; }
|
||||||
|
|
Loading…
Reference in New Issue