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 @@
"description": "The pool of workers that is used for this station. If this station does not share resources leave empty",
"type": "string",
"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 @@
"required": false,
"type": "string"
},
"priority": {
"_default": "",
"description": "The priority against other stations. If this station does not share resources leave empty",
"required": false,
"type": "number"
},
"requireFullProject": {
"_default": 0,
"description": "Is this station an assembly? Yes: 1, No: 0",
......@@ -760,6 +766,7 @@
"id": "ASBTST",
"name": "ASBTST",
"pool": "ASB",
"priority": 3,
"requireFullProject": 1
},
"CNC": {
......@@ -807,6 +814,7 @@
"id": "PPASB",
"name": "PPASB",
"pool": "ASB",
"priority": 1,
"requireFullProject": 1
},
"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