@@ -393,6 +393,7 @@ repository:
393393` ` `
394394
395395> [!NOTE]
396+ >
396397> If you want to clean up and start over again you can do so with the following command:
397398>
398399> ```console
@@ -552,8 +553,9 @@ Three types of measurement attributes can be provisioned:
552553 context broker.
553554
554555> [!NOTE]
555- > In the case where individual `id`s are not required, or aggregated data is sufficient the `attributes` can
556- > be defined within the provisioning service rather than individually.
556+ >
557+ > In the case where individual `id`s are not required, or aggregated data is sufficient the `attributes` can be defined
558+ > within the provisioning service rather than individually.
557559
558560# ### 3️⃣ Request:
559561
@@ -725,7 +727,7 @@ directly to the IoT Agent's North Port using the `/v2/op/update` endpoint. It is
725727invoked by the context broker once we have connected it up. To test the configuration you can run the command directly
726728as shown :
727729
728- # ### 7️⃣ Request:
730+ # ### 7️⃣ Request:
729731
730732` ` ` console
731733curl -iX POST \
@@ -754,7 +756,7 @@ If you are viewing the device monitor page, you can also see the state of the be
754756
755757The result of the command to ring the bell can be read by querying the entity within the Orion Context Broker.
756758
757- # ### 8️⃣ Request:
759+ # ### 8️⃣ Request:
758760
759761` ` ` console
760762curl -X GET \
@@ -889,10 +891,10 @@ Therefore this section of registering and invoking commands **duplicates** the i
889891[previous tutorial](https://github.com/FIWARE/tutorials.IoT-Agent)
890892
891893> [!NOTE]
894+ >
892895> If the device is provisioned, but no data concerning the Entity is present in the context yet, the invocation must
893- > include the `type` of the Entity to succeed. However if the Entity `type` is already known
894- > to the broker, this hint
895- > is not necessary. This is because the registration is matched on both `id` and `type`.
896+ > include the `type` of the Entity to succeed. However if the Entity `type` is already known to the broker, this hint is
897+ > not necessary. This is because the registration is matched on both `id` and `type`.
896898
897899# ## Ringing the Bell
898900
0 commit comments