Skip to content

Commit

Permalink
Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jun 4, 2024
1 parent 84b3845 commit e7a30a7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ For example for a real-life **Soil Sensor** to send a humidity reading, the foll
- Requests between **IoT-Agent** and **Context-Broker** use NGSI-LD

> [!NOTE]
> Other more complex interactions are also possible, but this overview is sufficient to understand the basic
> principles of an IoT Agent.
>
> Other more complex interactions are also possible, but this overview is sufficient to understand the basic principles
> of an IoT Agent.
## Common Functionality

Expand Down Expand Up @@ -403,6 +404,7 @@ git checkout NGSI-LD
```

> [!NOTE]
>
> If you want to clean up and start over again you can do so with the following command:
>
> ```console
Expand Down Expand Up @@ -597,8 +599,9 @@ Three types of measurement attributes can be provisioned:
context broker.

> [!NOTE]
> in the case where individual `id`s are not required, or aggregated data is sufficient the `attributes` can
> be defined within the provisioning service rather than individually.
>
> in the case where individual `id`s are not required, or aggregated data is sufficient the `attributes` can be defined
> within the provisioning service rather than individually.

#### 3️⃣ Request:

Expand Down

0 comments on commit e7a30a7

Please sign in to comment.