diff --git a/csharp/App/Backend/DataTypes/Installation.cs b/csharp/App/Backend/DataTypes/Installation.cs index 0902d74a0..a7fb0fb39 100644 --- a/csharp/App/Backend/DataTypes/Installation.cs +++ b/csharp/App/Backend/DataTypes/Installation.cs @@ -60,6 +60,7 @@ public class Installation : TreeNode public string PvStringsPerInverter { get; set; } = ""; public string InstallationModel { get; set; } = ""; public string ExternalEms { get; set; } = "No"; + public string CouplingType { get; set; } = "DC"; [Ignore] public String OrderNumbers { get; set; } diff --git a/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx b/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx index a6da44bd0..41e83f26d 100644 --- a/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx @@ -780,6 +780,32 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) { /> +