Skip to content

Commit c1bebea

Browse files
committed
Amend payload
1 parent a5ea6c3 commit c1bebea

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.ja.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ curl -L -X POST \
822822
"entity_name": "urn:ngsi-ld:Device:water001",
823823
"entity_type": "Device",
824824
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
825-
"protocol": "PDI-IoTA-UltraLight",
825+
"protocol": "PDI-IoTA-JSON",
826826
"transport": "HTTP",
827827
"endpoint": "http://iot-sensors:3001/iot/water001",
828828
"commands": [
@@ -935,7 +935,7 @@ curl -L -X POST \
935935
"entity_name": "urn:ngsi-ld:Device:filling001",
936936
"entity_type": "FillingLevelSensor",
937937
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
938-
"protocol": "PDI-IoTA-UltraLight",
938+
"protocol": "PDI-IoTA-JSON",
939939
"transport": "HTTP",
940940
"endpoint": "http://iot-sensors:3001/iot/filling001",
941941
"commands": [
@@ -994,7 +994,7 @@ curl -L -X POST \
994994
"entity_name": "urn:ngsi-ld:Device:tractor001",
995995
"entity_type": "Tractor",
996996
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
997-
"protocol": "PDI-IoTA-UltraLight",
997+
"protocol": "PDI-IoTA-JSON",
998998
"transport": "HTTP",
999999
"endpoint": "http://iot-sensors:3001/iot/tractor001",
10001000
"commands": [
@@ -1358,7 +1358,7 @@ curl -iX POST 'http://localhost:4041/iot/devices' \
13581358
"entity_name": "urn:ngsi-ld:Device:water002",
13591359
"entity_type": "Device",
13601360
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
1361-
"protocol": "PDI-IoTA-UltraLight",
1361+
"protocol": "PDI-IoTA-JSON",
13621362
"transport": "HTTP",
13631363
"endpoint": "http://iot-sensors:3001/iot/water002",
13641364
"commands": [
@@ -1433,7 +1433,7 @@ curl -X GET \
14331433
"value": "urn:ngsi-ld:Building:barn002"
14341434
}
14351435
],
1436-
"protocol": "PDI-IoTA-UltraLight"
1436+
"protocol": "PDI-IoTA-JSON"
14371437
}
14381438
```
14391439

@@ -1486,7 +1486,7 @@ curl -X GET \
14861486
"value": "urn:ngsi-ld:Store:002"
14871487
}
14881488
],
1489-
"protocol": "PDI-IoTA-UltraLight"
1489+
"protocol": "PDI-IoTA-JSON"
14901490
},
14911491
etc...
14921492
]

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)