Skip to content

Commit 37cfc3e

Browse files
committed
Fix #27 - add apiKey
1 parent 499ec7e commit 37cfc3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ curl -iX POST \
696696
"device_id": "motion001",
697697
"entity_name": "urn:ngsi-ld:Motion:001",
698698
"entity_type": "Motion",
699+
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
699700
"protocol": "PDI-IoTA-UltraLight",
700701
"transport": "MQTT",
701702
"timezone": "Europe/Berlin",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ curl -iX POST \
607607
"device_id": "motion001",
608608
"entity_name": "urn:ngsi-ld:Motion:001",
609609
"entity_type": "Motion",
610+
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
610611
"protocol": "PDI-IoTA-UltraLight",
611612
"transport": "MQTT",
612613
"timezone": "Europe/Berlin",

0 commit comments

Comments
 (0)