Skip to content

Commit

Permalink
Merge pull request #71 from gtorodelvalle/task/fix-the-waste-manageme…
Browse files Browse the repository at this point in the history
…nt-example-including-isleId

Fix the waste management example including the isleId property
  • Loading branch information
gtorodelvalle authored Aug 26, 2016
2 parents 9e82219 + 46cc7a8 commit 7fe3882
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,11 @@ Following the description of the simulation configuration file accepted properti
"type": "Text",
"value": "WasteContainerIsle:Oeste"
},
{
"name": "isleId",
"type": "Text",
"value": "WasteContainerIsle:Oeste"
},
{
"name": "serialNumber",
"type": "Text",
Expand Down Expand Up @@ -894,6 +899,11 @@ Following the description of the simulation configuration file accepted properti
"type": "Text",
"value": "WasteContainerIsle:Norte"
},
{
"name": "isleId",
"type": "Text",
"value": "WasteContainerIsle:Norte"
},
{
"name": "serialNumber",
"type": "Text",
Expand Down Expand Up @@ -1019,6 +1029,11 @@ Following the description of the simulation configuration file accepted properti
"type": "Text",
"value": "WasteContainerIsle:Norte"
},
{
"name": "isleId",
"type": "Text",
"value": "WasteContainerIsle:Norte"
},
{
"name": "serialNumber",
"type": "Text",
Expand Down Expand Up @@ -1144,6 +1159,11 @@ Following the description of the simulation configuration file accepted properti
"type": "Text",
"value": "WasteContainerIsle:Este"
},
{
"name": "isleId",
"type": "Text",
"value": "WasteContainerIsle:Este"
},
{
"name": "serialNumber",
"type": "Text",
Expand Down Expand Up @@ -1269,6 +1289,11 @@ Following the description of the simulation configuration file accepted properti
"type": "Text",
"value": "WasteContainerIsle:Este"
},
{
"name": "isleId",
"type": "Text",
"value": "WasteContainerIsle:Este"
},
{
"name": "serialNumber",
"type": "Text",
Expand Down Expand Up @@ -1394,6 +1419,11 @@ Following the description of the simulation configuration file accepted properti
"type": "Text",
"value": "WasteContainerIsle:Sur"
},
{
"name": "isleId",
"type": "Text",
"value": "WasteContainerIsle:Sur"
},
{
"name": "serialNumber",
"type": "Text",
Expand Down Expand Up @@ -1519,6 +1549,11 @@ Following the description of the simulation configuration file accepted properti
"type": "Text",
"value": "WasteContainerIsle:Sur"
},
{
"name": "isleId",
"type": "Text",
"value": "WasteContainerIsle:Sur"
},
{
"name": "serialNumber",
"type": "Text",
Expand Down

0 comments on commit 7fe3882

Please sign in to comment.