Skip to content

Commit d343102

Browse files
committed
Adds "unsupported" note for mqtt qos feature
Signed-off-by: Frank Schnicke <[email protected]>
1 parent b43bfda commit d343102

File tree

2 files changed

+2
-0
lines changed
  • basyx.components/basyx.components.docker

2 files changed

+2
-0
lines changed

basyx.components/basyx.components.docker/basyx.components.AASServer/src/main/resources/mqtt.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ server=tcp://localhost:1883
2020
# ##################
2121
# QoS
2222
# ##################
23+
# !! This configuration is currently unused and will be introduced with a later release !!
2324
# QoS level for the mqtt messages (0, 1 or 2). Default is 1.
2425

2526
# qos=2

basyx.components/basyx.components.docker/basyx.components.registry/src/main/resources/mqtt.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ server=tcp://localhost:1883
2020
# ##################
2121
# QoS
2222
# ##################
23+
# !! This configuration is currently unused and will be introduced with a later release !!
2324
# QoS level for the mqtt messages (0, 1 or 2). Default is 1.
2425

2526
# qos=2

0 commit comments

Comments
 (0)