Skip to content

Commit 9e3fed5

Browse files
Fixed README for MQTT Relay Agent Module
- Addresses #109 and #108
1 parent b558d20 commit 9e3fed5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • agent/Modules/MTConnect.NET-AgentModule-MqttRelay

agent/Modules/MTConnect.NET-AgentModule-MqttRelay/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ modules:
2727
- mqtt-relay:
2828
server: localhost
2929
port: 1883
30-
topic: enterprise/site/area/line/cell/MTConnect
30+
topicPrefix: enterprise/site/area/line/cell/MTConnect
3131
topicStructure: Document
3232
```
3333
3434
* `server` - The MQTT broker hostname
3535

3636
* `port` - The MQTT broker port number
3737

38-
* `timeout` - The UUID or Name of the Device to read data for
38+
* `timeout` - The timeout (in milliseconds) to use for connection and read/write
3939

40-
* `reconnectInterval` - The UUID or Name of the Device to read data for
40+
* `reconnectInterval` - The interval (in milliseconds) to delay between disconnections
4141

4242
* `username` - Sets the Username to use for authentication
4343

0 commit comments

Comments
 (0)