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
@@ -32,8 +32,8 @@ namespace Step.Config
public static AreasConfigModel JobEditorConfig;
public static List<ScadaSchemaModel> ProductionScada = new List<ScadaSchemaModel>();
public static List<ScadaSchemaModel> Scadas = new List<ScadaSchemaModel>();
public static List<ScadaSchemaModel> ProductionScadaSchema = new List<ScadaSchemaModel>();
public static List<ScadaSchemaModel> ConfiguredScadaSchema = new List<ScadaSchemaModel>();
public static List<string> MacrosConfig;
}