Skip to content

Commit

Permalink
Merge pull request #1574 from telefonicaid/fgalan-patch-1
Browse files Browse the repository at this point in the history
FIX markdown linter fail
  • Loading branch information
AlvaroVega committed Feb 2, 2024
2 parents 4b4fe61 + bd73dad commit 8a20fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ Config group is represented by a JSON object with the following fields:
| `static_attributes` || | | this attributes will be added to all the entities of this group 'as is', additional `metadata` is optional. |
| `internal_attributes` || | | optional section with free format, to allow specific IoT Agents to store information along with the devices in the Device Registry. |
| `explicitAttrs` || string or bool || optional field to support selective ignore of measures so that IOTA doesn’t progress. See details in [specific section](#explicitly-defined-attributes-explicitattrs) |
| `entityNameExp` || string | | optional field to allow use expressions to define entity name, instead default name, based on the device id and the entity type (i.e. `<device_id>:<entity_type>`) |
| `entityNameExp` || string | | optional field to allow use expressions to define entity name, instead default name, based on the device ID and the entity type (i.e. `<device_id>:<entity_type>`) |
| `ngsiVersion` || string | | optional string value used in mixed mode to switch between **NGSI-v2** and **NGSI-LD** payloads. Possible values are: `v2` or `ld`. The default is `v2`. When not running in mixed mode, this field is ignored. |
| `defaultEntityNameConjunction` || string | | optional string value to set default conjunction string used to compose a default `entity_name` when is not provided at device provisioning time. |
| `autoprovision` || bool | ✓? | optional boolean: If `false`, autoprovisioned devices (i.e. devices that are not created with an explicit provision operation but when the first measure arrives) are not allowed in this group. Default (in the case of omitting the field) is `true`. |
Expand Down

0 comments on commit 8a20fcd

Please sign in to comment.