@@ -821,7 +821,7 @@ curl -L -X POST \
821821 "entity_name": "urn:ngsi-ld:Device:water001",
822822 "entity_type": "Device",
823823 "apikey": "4jggokgpepnvsb2uv4s40d59ov",
824- "protocol": "PDI-IoTA-UltraLight ",
824+ "protocol": "PDI-IoTA-JSON ",
825825 "transport": "HTTP",
826826 "endpoint": "http://iot-sensors:3001/iot/water001",
827827 "commands": [
@@ -933,7 +933,7 @@ curl -L -X POST \
933933 "entity_name": "urn:ngsi-ld:Device:filling001",
934934 "entity_type": "FillingLevelSensor",
935935 "apikey": "4jggokgpepnvsb2uv4s40d59ov",
936- "protocol": "PDI-IoTA-UltraLight ",
936+ "protocol": "PDI-IoTA-JSON ",
937937 "transport": "HTTP",
938938 "endpoint": "http://iot-sensors:3001/iot/filling001",
939939 "commands": [
@@ -990,7 +990,7 @@ curl -L -X POST \
990990 "entity_name": "urn:ngsi-ld:Device:tractor001",
991991 "entity_type": "Tractor",
992992 "apikey": "4jggokgpepnvsb2uv4s40d59ov",
993- "protocol": "PDI-IoTA-UltraLight ",
993+ "protocol": "PDI-IoTA-JSON ",
994994 "transport": "HTTP",
995995 "endpoint": "http://iot-sensors:3001/iot/tractor001",
996996 "commands": [
@@ -1329,7 +1329,7 @@ curl -iX POST 'http://localhost:4041/iot/devices' \
13291329 "entity_name": "urn:ngsi-ld:Device:water002",
13301330 "entity_type": "Device",
13311331 "apikey": "4jggokgpepnvsb2uv4s40d59ov",
1332- "protocol": "PDI-IoTA-UltraLight ",
1332+ "protocol": "PDI-IoTA-JSON ",
13331333 "transport": "HTTP",
13341334 "endpoint": "http://iot-sensors:3001/iot/water002",
13351335 "commands": [
@@ -1401,7 +1401,7 @@ The response includes all the commands and attributes mappings associated with t
14011401 "value": "urn:ngsi-ld:Building:barn002"
14021402 }
14031403 ],
1404- "protocol": "PDI-IoTA-UltraLight "
1404+ "protocol": "PDI-IoTA-JSON "
14051405}
14061406` ` `
14071407
@@ -1451,7 +1451,7 @@ The response includes all the commands and attributes mappings associated with a
14511451 "value": "urn:ngsi-ld:Store:002"
14521452 }
14531453 ],
1454- "protocol": "PDI-IoTA-UltraLight "
1454+ "protocol": "PDI-IoTA-JSON "
14551455 },
14561456 etc...
14571457 ]
0 commit comments