Commit f9def490 authored by Georgios Dagkakis's avatar Georgios Dagkakis

instance and examples updated so that user can add priority

parent 6aaa08e1
...@@ -416,6 +416,12 @@ ...@@ -416,6 +416,12 @@
"description": "The pool of workers that is used for this station. If this station does not share resources leave empty", "description": "The pool of workers that is used for this station. If this station does not share resources leave empty",
"type": "string", "type": "string",
"required": false "required": false
},
"priority": {
"_default": "",
"description": "The priority against other stations. If this station does not share resources leave empty",
"type": "number",
"required": false
} }
} }
} }
......
...@@ -633,6 +633,12 @@ ...@@ -633,6 +633,12 @@
"required": false, "required": false,
"type": "string" "type": "string"
}, },
"priority": {
"_default": "",
"description": "The priority against other stations. If this station does not share resources leave empty",
"required": false,
"type": "number"
},
"requireFullProject": { "requireFullProject": {
"_default": 0, "_default": 0,
"description": "Is this station an assembly? Yes: 1, No: 0", "description": "Is this station an assembly? Yes: 1, No: 0",
...@@ -760,6 +766,7 @@ ...@@ -760,6 +766,7 @@
"id": "ASBTST", "id": "ASBTST",
"name": "ASBTST", "name": "ASBTST",
"pool": "ASB", "pool": "ASB",
"priority": 3,
"requireFullProject": 1 "requireFullProject": 1
}, },
"CNC": { "CNC": {
...@@ -807,6 +814,7 @@ ...@@ -807,6 +814,7 @@
"id": "PPASB", "id": "PPASB",
"name": "PPASB", "name": "PPASB",
"pool": "ASB", "pool": "ASB",
"priority": 1,
"requireFullProject": 1 "requireFullProject": 1
}, },
"SMF": { "SMF": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment