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
+
1
5
ports :
2
6
- name : Orion
3
7
description : Context Broker
Original file line number Diff line number Diff line change @@ -938,6 +938,7 @@ curl -iX POST \
938
938
"entity_type": "Door",
939
939
"protocol": "PDI-IoTA-UltraLight",
940
940
"transport": "MQTT",
941
+ "apikey": "4jggokgpepnvsb2uv4s40d59ov",
941
942
"commands": [
942
943
{"name": "unlock","type": "command"},
943
944
{"name": "open","type": "command"},
@@ -979,6 +980,7 @@ curl -iX POST \
979
980
"entity_type": "Lamp",
980
981
"protocol": "PDI-IoTA-UltraLight",
981
982
"transport": "MQTT",
983
+ "apikey": "4jggokgpepnvsb2uv4s40d59ov",
982
984
"commands": [
983
985
{"name": "on","type": "command"},
984
986
{"name": "off","type": "command"}
Original file line number Diff line number Diff line change @@ -813,6 +813,7 @@ curl -iX POST \
813
813
"entity_type": "Door",
814
814
"protocol": "PDI-IoTA-UltraLight",
815
815
"transport": "MQTT",
816
+ "apikey": "4jggokgpepnvsb2uv4s40d59ov",
816
817
"commands": [
817
818
{"name": "unlock","type": "command"},
818
819
{"name": "open","type": "command"},
@@ -851,6 +852,7 @@ curl -iX POST \
851
852
"entity_type": "Lamp",
852
853
"protocol": "PDI-IoTA-UltraLight",
853
854
"transport": "MQTT",
855
+ "apikey": "4jggokgpepnvsb2uv4s40d59ov",
854
856
"commands": [
855
857
{"name": "on","type": "command"},
856
858
{"name": "off","type": "command"}
You can’t perform that action at this time.
0 commit comments