Skip to content

Commit c163474

Browse files
committed
Add apikey
1 parent f21a746 commit c163474

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitpod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
tasks:
2+
- name: Pull Images
3+
init: ./services create
4+
15
ports:
26
- name: Orion
37
description: Context Broker

README.ja.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ curl -iX POST \
938938
"entity_type": "Door",
939939
"protocol": "PDI-IoTA-UltraLight",
940940
"transport": "MQTT",
941+
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
941942
"commands": [
942943
{"name": "unlock","type": "command"},
943944
{"name": "open","type": "command"},
@@ -979,6 +980,7 @@ curl -iX POST \
979980
"entity_type": "Lamp",
980981
"protocol": "PDI-IoTA-UltraLight",
981982
"transport": "MQTT",
983+
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
982984
"commands": [
983985
{"name": "on","type": "command"},
984986
{"name": "off","type": "command"}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ curl -iX POST \
813813
"entity_type": "Door",
814814
"protocol": "PDI-IoTA-UltraLight",
815815
"transport": "MQTT",
816+
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
816817
"commands": [
817818
{"name": "unlock","type": "command"},
818819
{"name": "open","type": "command"},
@@ -851,6 +852,7 @@ curl -iX POST \
851852
"entity_type": "Lamp",
852853
"protocol": "PDI-IoTA-UltraLight",
853854
"transport": "MQTT",
855+
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
854856
"commands": [
855857
{"name": "on","type": "command"},
856858
{"name": "off","type": "command"}

0 commit comments

Comments
 (0)