You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`device_id`|`id`| Device ID that will be used to identify the device. | UO834IO |
209
-
|`service`|`service`| Name of the service the device belongs to (will be used in the fiware-service header). | smartGondor |
210
-
|`service_path`|`subservice`| Name of the subservice the device belongs to (used in the fiware-servicepath header). | /gardens |
211
-
|`entity_name`|`name`| Name of the entity representing the device in the Context Broker | ParkLamplight12 |
212
-
|`entity_type`|`type`| Type of the entity in the Context Broker | Lamplights |
213
-
|`timezone`|`timezone`| Time zone of the sensor if it has any | America/Santiago |
214
-
|`timestamp`|`timestamp`| Optional flag about whether or not to addthe TimeInstant attribute to the device entity created, as well as a TimeInstant metadata to each attribute, with the current timestamp | true |
215
-
|`apikey`|`apikey`| Optional Apikey key string to use instead of group apikey |
206
+
| Payload Field | DB Field | Definition | Example of value |
|`device_id`|`id`| Device ID that will be used to identify the device. | UO834IO |
209
+
|`service`|`service`| Name of the service the device belongs to (will be used in the fiware-service header). | smartGondor |
210
+
|`service_path`|`subservice`| Name of the subservice the device belongs to (used in the fiware-servicepath header). | /gardens |
211
+
|`entity_name`|`name`| Name of the entity representing the device in the Context Broker | ParkLamplight12 |
212
+
|`entity_type`|`type`| Type of the entity in the Context Broker | Lamplights |
213
+
|`timezone`|`timezone`| Time zone of the sensor if it has any | America/Santiago |
214
+
|`timestamp`|`timestamp`| Optional flag about whether or not to add the `TimeInstant` attribute to the device entity created, as well as a `TimeInstant` metadata to each attribute, with the current timestamp. With NGSI-LD, the Standard `observedAt` property-of-a-property is created instead.| true |
215
+
|`apikey`|`apikey`| Optional Apikey key string to use instead of group apikey |
216
216
| 9n4hb1vpwbjozzmw9f0flf9c2 |
217
-
|`endpoint`|`endpoint`| Endpoint where the device is going to receive commands, if any. |http://theDeviceUrl:1234/commands|
218
-
|`protocol`|`protocol`| Name of the device protocol, for its use with an IoT Manager. | IoTA-UL |
219
-
|`transport`|`transport`| Name of the device transport protocol, for the IoT Agents with multiple transport protocols. | MQTT |
220
-
|`attributes`|`active`| List of active attributes of the device |`[ { "name": "attr_name", "type": "Text" } ]`|
221
-
|`lazy`|`lazy`| List of lazy attributes of the device |`[ { "name": "attr_name", "type": "Text" } ]`|
222
-
|`commands`|`commands`| List of commands of the device |`[ { "name": "attr_name", "type": "Text" } ]`|
223
-
|`internal_attributes`|`internalAttributes`| List of internal attributes with free format for specific IoT Agent configuration | LWM2M mappings from object URIs to attributes |
224
-
|`static_attributes`|`staticAttributes`| List of static attributes to append to the entity. All the updateContext requests to the CB will have this set of attributes appended. |`[ { "name": "attr_name", "type": "Text" } ]`|
217
+
|`endpoint`|`endpoint`| Endpoint where the device is going to receive commands, if any. |http://theDeviceUrl:1234/commands|
218
+
|`protocol`|`protocol`| Name of the device protocol, for its use with an IoT Manager. | IoTA-UL |
219
+
|`transport`|`transport`| Name of the device transport protocol, for the IoT Agents with multiple transport protocols. | MQTT |
220
+
|`attributes`|`active`| List of active attributes of the device |`[ { "name": "attr_name", "type": "Text" } ]`|
221
+
|`lazy`|`lazy`| List of lazy attributes of the device |`[ { "name": "attr_name", "type": "Text" } ]`|
222
+
|`commands`|`commands`| List of commands of the device |`[ { "name": "attr_name", "type": "Text" } ]`|
223
+
|`internal_attributes`|`internalAttributes`| List of internal attributes with free format for specific IoT Agent configuration | LWM2M mappings from object URIs to attributes |
224
+
|`static_attributes`|`staticAttributes`| List of static attributes to append to the entity. All the updateContext requests to the CB will have this set of attributes appended. |`[ { "name": "attr_name", "type": "Text" } ]`|
Copy file name to clipboardExpand all lines: doc/installationguide.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,9 +149,9 @@ used for the same purpose. For instance:
149
149
150
150
-**mongodb**: configures the MongoDB driver for those repositories with 'mongodb' type. If the `host` parameter is a
151
151
list of comma-separated IPs, they will be considered to be part of a Replica Set. In that case, the optional
152
-
property `replicaSet` should contain the Replica Set name. If the database requires authentication, username
153
-
(`username`), password (`password`) and authSource (`authSource`) can be set. For The MongoBD driver will retry the
154
-
connection at startup time `retries` times, waiting `retryTime` seconds between attempts, if those attributes are
152
+
property `replicaSet` should contain the Replica Set name. If the database requires authentication, username
153
+
(`username`), password (`password`) and authSource (`authSource`) can be set. For The MongoBD driver will retry the
154
+
connection at startup time `retries` times, waiting `retryTime` seconds between attempts, if those attributes are
155
155
present (default values are 5 and 5 respectively). E.g.:
156
156
157
157
```javascript
@@ -206,9 +206,10 @@ used for the same purpose. For instance:
206
206
any unexpected error.
207
207
-**singleConfigurationMode**: enables the Single Configuration mode for backwards compatibility (see description in
208
208
the Overview). Default to false.
209
-
-**timestamp**: if this flag is activated, the IoT Agent will add a 'TimeInstant' metadata attribute to all the
210
-
attributes updated from device information. This flag is overwritten by `timestamp` flag in group or device
209
+
-**timestamp**: if this flag is activated:
210
+
- For NGSIv1/NGSIv2, the IoT Agent will add a `TimeInstant` metadata attribute to all the attributes updated from device information. This flag is overwritten by `timestamp` flag in group or device
211
211
provision.
212
+
- With NGSI-LD, the standard `observedAt` property-of-a-property is created instead.
212
213
-**defaultResource**: default string to use as resource for the registration of new Configurations (if no resource is
213
214
provided).
214
215
-**defaultKey**: default string to use as API Key for devices that do not belong to a particular Configuration.
0 commit comments