File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ tasks :
2+ - name : Pull Images
3+ init : ./services create
4+
15ports :
26 - name : Orion
37 description : Context Broker
Original file line number Diff line number Diff 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"}
Original file line number Diff line number Diff 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"}
You can’t perform that action at this time.
0 commit comments