Skip to content

Commit

Permalink
added gateway section & gateway_id attribute in vendors toml, disable…
Browse files Browse the repository at this point in the history
…d by default
  • Loading branch information
nicolas-juteau committed Jan 16, 2025
1 parent ad6d231 commit 46b3445
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@
ca_cert=""
tls_cert=""
tls_key=""

[gateway]
# Gateway ID.
#
# Only set this if you would like to override the Gateway ID fetched from the backend.
# This will allow the MQTT loop to start prior backend setup.
#gateway_id=""
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@
ca_cert=""
tls_cert=""
tls_key=""

[gateway]
# Gateway ID.
#
# Only set this if you would like to override the Gateway ID fetched from the backend.
# This will allow the MQTT loop to start prior backend setup.
#gateway_id=""
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@
ca_cert=""
tls_cert=""
tls_key=""

[gateway]
# Gateway ID.
#
# Only set this if you would like to override the Gateway ID fetched from the backend.
# This will allow the MQTT loop to start prior backend setup.
#gateway_id=""
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@
ca_cert=""
tls_cert=""
tls_key=""

[gateway]
# Gateway ID.
#
# Only set this if you would like to override the Gateway ID fetched from the backend.
# This will allow the MQTT loop to start prior backend setup.
#gateway_id=""
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@
ca_cert=""
tls_cert=""
tls_key=""

[gateway]
# Gateway ID.
#
# Only set this if you would like to override the Gateway ID fetched from the backend.
# This will allow the MQTT loop to start prior backend setup.
#gateway_id=""
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@
ca_cert=""
tls_cert=""
tls_key=""

[gateway]
# Gateway ID.
#
# Only set this if you would like to override the Gateway ID fetched from the backend.
# This will allow the MQTT loop to start prior backend setup.
#gateway_id=""
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@
ca_cert=""
tls_cert=""
tls_key=""

[gateway]
# Gateway ID.
#
# Only set this if you would like to override the Gateway ID fetched from the backend.
# This will allow the MQTT loop to start prior backend setup.
#gateway_id=""
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@
ca_cert=""
tls_cert=""
tls_key=""

[gateway]
# Gateway ID.
#
# Only set this if you would like to override the Gateway ID fetched from the backend.
# This will allow the MQTT loop to start prior backend setup.
#gateway_id=""

0 comments on commit 46b3445

Please sign in to comment.