From 46cc7a84c7331e674fa92e9c5b2089a3031b8c14 Mon Sep 17 00:00:00 2001 From: German Toro del Valle Date: Fri, 26 Aug 2016 17:11:25 +0200 Subject: [PATCH] Fix the waste management example including the isleId property --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index f186c44..9116b15 100644 --- a/README.md +++ b/README.md @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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",