delete unused file
This commit is contained in:
parent
739ae5842a
commit
6dd1602363
|
@ -1,15 +0,0 @@
|
||||||
// using InnovEnergy.App.SaliMax.SaliMaxRelays;
|
|
||||||
// using InnovEnergy.App.SaliMax.SystemConfig;
|
|
||||||
//
|
|
||||||
// namespace InnovEnergy.App.SaliMax.Controller;
|
|
||||||
//
|
|
||||||
// public class ControlRecord
|
|
||||||
// {
|
|
||||||
// public TruConvertAcControl? AcControlRecord { get; init; }
|
|
||||||
// public TruConvertDcControl? DcControlRecord { get; init; }
|
|
||||||
// public Config? SalimaxConfig { get; init; } // we may have to create record of each
|
|
||||||
// public SaliMaxRelayControl? SalimaxRelays { get; init; } // we may have to create record of each
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
|
@ -1,8 +0,0 @@
|
||||||
namespace InnovEnergy.App.SaliMax.SystemConfig;
|
|
||||||
|
|
||||||
public class AcDcConfig
|
|
||||||
{
|
|
||||||
public required Double MaxDcLinkVoltage { get; init; }
|
|
||||||
public required Double MinDcLinkVoltage { get; init; }
|
|
||||||
public required Double ReferenceDcLinkVoltage { get; init; }
|
|
||||||
}
|
|
Loading…
Reference in New Issue