mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 20:46:54 +03:00
IP-ADRESS
This commit is contained in:
@@ -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`!
|
||||||
|
|||||||
@@ -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`!
|
||||||
|
|||||||
@@ -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`!
|
||||||
|
|||||||
@@ -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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user