@@ -393,6 +393,7 @@ repository:
393
393
` ` `
394
394
395
395
> [!NOTE]
396
+ >
396
397
> If you want to clean up and start over again you can do so with the following command:
397
398
>
398
399
> ```console
@@ -552,8 +553,9 @@ Three types of measurement attributes can be provisioned:
552
553
context broker.
553
554
554
555
> [!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.
557
559
558
560
# ### 3️⃣ Request:
559
561
@@ -725,7 +727,7 @@ directly to the IoT Agent's North Port using the `/v2/op/update` endpoint. It is
725
727
invoked by the context broker once we have connected it up. To test the configuration you can run the command directly
726
728
as shown :
727
729
728
- # ### 7️⃣ Request:
730
+ # ### 7️⃣ Request:
729
731
730
732
` ` ` console
731
733
curl -iX POST \
@@ -754,7 +756,7 @@ If you are viewing the device monitor page, you can also see the state of the be
754
756
755
757
The result of the command to ring the bell can be read by querying the entity within the Orion Context Broker.
756
758
757
- # ### 8️⃣ Request:
759
+ # ### 8️⃣ Request:
758
760
759
761
` ` ` console
760
762
curl -X GET \
@@ -889,10 +891,10 @@ Therefore this section of registering and invoking commands **duplicates** the i
889
891
[previous tutorial](https://github.com/FIWARE/tutorials.IoT-Agent)
890
892
891
893
> [!NOTE]
894
+ >
892
895
> 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`.
896
898
897
899
# ## Ringing the Bell
898
900
0 commit comments