Update page 'Message Queue Endpoint'

master
Auke Sytsma 2020-03-01 11:28:35 +00:00
parent c811c36c71
commit 938c1d6860
1 changed files with 1 additions and 1 deletions

View File

@ -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:<company-name>:<device-serial-number>"` | 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:<company-name>:<device-serial-number>` | 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.