We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b558d20 commit 9e3fed5Copy full SHA for 9e3fed5
1 file changed
agent/Modules/MTConnect.NET-AgentModule-MqttRelay/README.md
@@ -27,17 +27,17 @@ modules:
27
- mqtt-relay:
28
server: localhost
29
port: 1883
30
- topic: enterprise/site/area/line/cell/MTConnect
+ topicPrefix: enterprise/site/area/line/cell/MTConnect
31
topicStructure: Document
32
```
33
34
* `server` - The MQTT broker hostname
35
36
* `port` - The MQTT broker port number
37
38
-* `timeout` - The UUID or Name of the Device to read data for
+* `timeout` - The timeout (in milliseconds) to use for connection and read/write
39
40
-* `reconnectInterval` - The UUID or Name of the Device to read data for
+* `reconnectInterval` - The interval (in milliseconds) to delay between disconnections
41
42
* `username` - Sets the Username to use for authentication
43
0 commit comments