diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 1cb13e0..d4d867b 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -42,8 +42,6 @@ To connect to the MQTT Broker, we'll use the following settings: | KEEPALIVE | `60` | Number of seconds to maintain the connection, even if no messages are published. | TOPIC | `trekkerdata/sensors` | The topic to publish the messages to at the broker. | -All settings are required. - For preparing the message, we'll use the following settings: | Parameter | Default | Description |