From ba384b35af61240e24e01e18a0049dd86fe24cad Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 11:51:40 +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 1d9f018..c7ae50a 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -77,7 +77,7 @@ Python objects can easily be converted to protobuf messages and back (when recie The message structure for the data can be found in `farmmaps/farmmaps.proto`, and is shown below. -**Datastructure explained** +**Datastructure explained** The main message is the Datapoint object, containing time, location, machine-id and a reference to metadata. Then, there is a `sensors` parameter, which holds a dictionary of `SensorType` objects. Each `SensorType` holds a key and a value, where the key identifies the Sensortype, and the value is the value of the sensor.