@@ -732,7 +732,7 @@ curl -L -X POST \
732732 "entity_name": "urn:ngsi-ld:Device:water001",
733733 "entity_type": "Device",
734734 "apikey": "4jggokgpepnvsb2uv4s40d59ov",
735- "protocol": "PDI-IoTA-UltraLight ",
735+ "protocol": "PDI-IoTA-JSON ",
736736 "transport": "HTTP",
737737 "endpoint": "http://iot-sensors:3001/iot/water001",
738738 "commands": [
@@ -844,7 +844,7 @@ curl -L -X POST \
844844 "entity_name": "urn:ngsi-ld:Device:filling001",
845845 "entity_type": "FillingLevelSensor",
846846 "apikey": "4jggokgpepnvsb2uv4s40d59ov",
847- "protocol": "PDI-IoTA-UltraLight ",
847+ "protocol": "PDI-IoTA-JSON ",
848848 "transport": "HTTP",
849849 "endpoint": "http://iot-sensors:3001/iot/filling001",
850850 "commands": [
@@ -901,7 +901,7 @@ curl -L -X POST \
901901 "entity_name": "urn:ngsi-ld:Device:tractor001",
902902 "entity_type": "Tractor",
903903 "apikey": "4jggokgpepnvsb2uv4s40d59ov",
904- "protocol": "PDI-IoTA-UltraLight ",
904+ "protocol": "PDI-IoTA-JSON ",
905905 "transport": "HTTP",
906906 "endpoint": "http://iot-sensors:3001/iot/tractor001",
907907 "commands": [
@@ -1241,7 +1241,7 @@ curl -iX POST 'http://localhost:4041/iot/devices' \
12411241 "entity_name": "urn:ngsi-ld:Device:water002",
12421242 "entity_type": "Device",
12431243 "apikey": "4jggokgpepnvsb2uv4s40d59ov",
1244- "protocol": "PDI-IoTA-UltraLight ",
1244+ "protocol": "PDI-IoTA-JSON ",
12451245 "transport": "HTTP",
12461246 "endpoint": "http://iot-sensors:3001/iot/water002",
12471247 "commands": [
@@ -1313,7 +1313,7 @@ The response includes all the commands and attributes mappings associated with t
13131313 "value": "urn:ngsi-ld:Building:barn002"
13141314 }
13151315 ],
1316- "protocol": "PDI-IoTA-UltraLight ",
1316+ "protocol": "PDI-IoTA-JSON ",
13171317 "explicitAttrs": false
13181318}
13191319` ` `
@@ -1364,7 +1364,7 @@ The response includes all the commands and attributes mappings associated with a
13641364 "value": "urn:ngsi-ld:Store:002"
13651365 }
13661366 ],
1367- "protocol": "PDI-IoTA-UltraLight "
1367+ "protocol": "PDI-IoTA-JSON "
13681368 },
13691369 etc...
13701370 ]
0 commit comments