Skip to content

Commit 4976a5b

Browse files
committed
Update IoT Agent
1 parent 4e7e83a commit 4976a5b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ MONGO_DB_PORT=27017
2323
MONGO_DB_VERSION=6.0
2424

2525
# IoT Agent Ultralight Variables
26-
ULTRALIGHT_VERSION=3.4.0-distroless
26+
ULTRALIGHT_VERSION=3.6.0-distroless
2727
IOTA_NORTH_PORT=4041
2828
IOTA_SOUTH_PORT=7896
2929

link-devices

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ devices="{\"devices\":[";
2323
for number in 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100
2424
do
2525

26-
devices="$devices {\"device_id\":\"cow$number\", \"entity_type\": \"Device\" , \"entity_name\": \"urn:ngsi-ld:Device:cow$number\",";
26+
devices="$devices {\"device_id\":\"cow$number\", \"entity_type\": \"Device\" , \"entity_name\": \"urn:ngsi-ld:Device:cow$number\", \"apikey\": \"98699\",";
2727
devices="$devices \"static_attributes\": [
2828
{
2929
\"name\": \"controlledAsset\",
@@ -55,7 +55,7 @@ devices="{\"devices\":[";
5555
for number in 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100
5656
do
5757

58-
devices="$devices {\"device_id\":\"pig$number\", \"entity_type\": \"Device\" , \"entity_name\": \"urn:ngsi-ld:Device:pig$number\",";
58+
devices="$devices {\"device_id\":\"pig$number\", \"entity_type\": \"Device\" , \"entity_name\": \"urn:ngsi-ld:Device:pig$number\", \"apikey\": \"110990\",";
5959
devices="$devices \"static_attributes\": [
6060
{
6161
\"name\": \"controlledAsset\",

0 commit comments

Comments
 (0)