From 00c6a8a0629be203ead91bafd330604a41b17e82 Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 11:29:18 +0000 Subject: [PATCH] Update page 'Message Queue Endpoint' --- Message-Queue-Endpoint.md | 2 -- 1 file changed, 2 deletions(-) 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 |