From 02bb9ac6957b366f27669c21a2a3f9a8e2d02bab Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 11:20:53 +0000 Subject: [PATCH] Update page 'Message Queue Endpoint' --- Message-Queue-Endpoint.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 0d34517..4c0c5e4 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -32,8 +32,6 @@ Generally, one user is provided per application (so no individual users for diff ### Settings To connect to the MQTT Broker, we'll use the following settings: -**MQTT connection settings** - | Parameter | Default | Description | | :---: | :------------------------------------------: | --- | | CLIENT_ID | - | This ID is used to identify the connecting party (your software) to the broker, please use your company or brand name. | @@ -48,8 +46,6 @@ All settings are required. For preparing the message, we'll use the following settings: -**Message settings** - | Parameter | Default | Description | | :---: | :------------------------------------------: | --- | | META_DATA_URL | `https:///` | HTTP adress where a JSON metadata file for the messages is provided (by the data source). |