Added API

WIP Thread
This commit is contained in:
Lucio Maranta
2018-12-20 13:18:06 +01:00
parent 4a27b1dba4
commit ebfbfd2d9e
9 changed files with 148 additions and 18 deletions
+2 -2
View File
@@ -197,9 +197,9 @@ namespace Step.Config
.ToArray();
if (schema.IsInProductionPage == true)
ProductionScada.Add(schema);
ProductionScadaSchema.Add(schema);
else
Scadas.Add(schema);
ConfiguredScadaSchema.Add(schema);
}
}