Commit 4a0fc4ec authored by Georgios Dagkakis's avatar Georgios Dagkakis

dump updated now that operator schedule contains also exit time

parent 2a418615
...@@ -84,10 +84,12 @@ ...@@ -84,10 +84,12 @@
"schedule": [ "schedule": [
{ {
"entranceTime": 0, "entranceTime": 0,
"exitTime": 17.0,
"stationId": "M1" "stationId": "M1"
}, },
{ {
"entranceTime": 20.0, "entranceTime": 20.0,
"exitTime": 22.0,
"stationId": "M2" "stationId": "M2"
} }
], ],
......
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
"schedule": [ "schedule": [
{ {
"entranceTime": 0, "entranceTime": 0,
"exitTime": 80.0,
"stationId": "M2" "stationId": "M2"
}, },
{ {
......
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