From 5cf0b4cd8078c1ea22d3b801523b3224d61ea274 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Tue, 7 Nov 2023 22:54:56 +0100 Subject: [PATCH] IP-ADRESS --- param-docs/parameter-pages/MQTT/CACert.md | 2 +- param-docs/parameter-pages/MQTT/ClientCert.md | 2 +- param-docs/parameter-pages/MQTT/ClientKey.md | 2 +- param-docs/parameter-pages/MQTT/Uri.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/param-docs/parameter-pages/MQTT/CACert.md b/param-docs/parameter-pages/MQTT/CACert.md index 7830798..ab48eb4 100644 --- a/param-docs/parameter-pages/MQTT/CACert.md +++ b/param-docs/parameter-pages/MQTT/CACert.md @@ -9,4 +9,4 @@ Example: `/config/certs/RootCA.pem`. Path to the CA certificate file. !!! 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`! diff --git a/param-docs/parameter-pages/MQTT/ClientCert.md b/param-docs/parameter-pages/MQTT/ClientCert.md index 7fd7350..ab35a8d 100644 --- a/param-docs/parameter-pages/MQTT/ClientCert.md +++ b/param-docs/parameter-pages/MQTT/ClientCert.md @@ -9,4 +9,4 @@ Example: `/config/certs/client.pem.crt`. Path to the Client Certificate file. !!! 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`! diff --git a/param-docs/parameter-pages/MQTT/ClientKey.md b/param-docs/parameter-pages/MQTT/ClientKey.md index daa6c73..2b5557e 100644 --- a/param-docs/parameter-pages/MQTT/ClientKey.md +++ b/param-docs/parameter-pages/MQTT/ClientKey.md @@ -9,4 +9,4 @@ Example: `/config/certs/client.pem.key`. Path to the Client Key file. !!! 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`! diff --git a/param-docs/parameter-pages/MQTT/Uri.md b/param-docs/parameter-pages/MQTT/Uri.md index 96e4288..e7f93ab 100644 --- a/param-docs/parameter-pages/MQTT/Uri.md +++ b/param-docs/parameter-pages/MQTT/Uri.md @@ -1,4 +1,4 @@ # 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`.