IP-ADRESS

This commit is contained in:
CaCO3
2023-11-07 22:54:56 +01:00
committed by GitHub
parent 16f9c79907
commit 5cf0b4cd80
4 changed files with 4 additions and 4 deletions

View File

@@ -9,4 +9,4 @@ Example: `/config/certs/RootCA.pem`.
Path to the CA certificate file. Path to the CA certificate file.
!!! Note !!! Note
This also means that you might have to change the protocol and port in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) to `mqtts://IP-ADRESS:8883`! This also means that you might have to change the protocol and port in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) to `mqtts://example.com:8883`!

View File

@@ -9,4 +9,4 @@ Example: `/config/certs/client.pem.crt`.
Path to the Client Certificate file. Path to the Client Certificate file.
!!! Note !!! Note
This also means that you might have to change the protocol and port in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) to `mqtts://IP-ADRESS:8883`! This also means that you might have to change the protocol and port in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) to `mqtts://example.com:8883`!

View File

@@ -9,4 +9,4 @@ Example: `/config/certs/client.pem.key`.
Path to the Client Key file. Path to the Client Key file.
!!! Note !!! Note
This also means that you might have to change the protocol and port in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) to `mqtts://IP-ADRESS:8883`! This also means that you might have to change the protocol and port in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) to `mqtts://example.com:8883`!

View File

@@ -1,4 +1,4 @@
# Parameter `Uri` # Parameter `Uri`
Default Value: `mqtt://IP-ADRESS:1883` Default Value: `mqtt://example.com:1883`
URI to the MQTT broker including the port. E.g. `mqtt://192.168.1.1:1883`. URI to the MQTT broker including the port. E.g. `mqtt://192.168.1.1:1883`.