Skip to content

Commit

Permalink
Fix the waste management example including the isleId property
Browse files Browse the repository at this point in the history
  • Loading branch information
gtorodelvalle committed Aug 26, 2016
1 parent 9e82219 commit 46cc7a8
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 46cc7a8

Please sign in to comment.