From 938c1d686017761316e01deccc1b44b76217260a Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 11:28:35 +0000 Subject: [PATCH] Update page 'Message Queue Endpoint' --- Message-Queue-Endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 1b22c7b..1cb13e0 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -49,7 +49,7 @@ For preparing the message, we'll use the following settings: | Parameter | Default | Description | | :---: | :---------------------------------------------------------------: | --- | | META_DATA_URL | - | HTTP adress where a JSON metadata file for the messages is provided (by the data source). | -| BASE_DEV_URN | `"urn:dev::"` | To identify each unique device from different parties, we add a code to each message composed of the company name and serial number. Farmmaps uses this code to link devices and data to their owners. | +| BASE_DEV_URN | `urn:dev::` | To identify each unique device from different parties, FarmMaps uses a Universal Resource Name (URN). Farmmaps uses this code to link devices and data to their owners and manage access to data devices. | All settings are required except for the `META_DATA_URL`, this parameter is optional.