Skip to content

Commit

Permalink
Clarify examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mapedraza authored Jan 29, 2024
1 parent af8f7dc commit e07b04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usermanual.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ type `string`). Destination entity `id` and entity `type` from device/group conf
as well as `actionType`. It is possible to use the same entity `id` that the original one by using `entityNameExp`
at [device group provision](https://github.com/telefonicaid/iotagent-node-lib/blob/master/doc/api.md#config-group-datamodel)

Taking as an example the follwing entity as measure:
Given an incoming **measure** ad the follwing one:

```json
{
Expand All @@ -131,7 +131,7 @@ Taking as an example the follwing entity as measure:
}
```

It would generate an entity like the following one
It would persist an entity into the Context Broker like the following one:

```json
{
Expand Down

0 comments on commit e07b04f

Please sign in to comment.