@@ -343,7 +343,7 @@ The device monitor can be found at: `http://localhost:3000/device/monitor`
343343
344344You can check if the IoT Agent is running by making an HTTP request to the exposed port :
345345
346- # ### :one: Request:
346+ # ### 1️⃣ Request:
347347
348348` ` ` console
349349curl -X GET \
@@ -375,7 +375,7 @@ within this tutorial as we will be provisioning each device separately.
375375This example provisions an anonymous group of devices. It tells the IoT Agent that a series of devices will be sending
376376messages to the `IOTA_HTTP_PORT` (where the IoT Agent is listening for **Northbound** communications)
377377
378- # ### :two: Request:
378+ # ### 2️⃣ Request:
379379
380380` ` ` console
381381curl -iX POST \
@@ -486,7 +486,7 @@ Three types of measurement attributes can be provisioned:
486486> ** Note** : in the case where individual ` id ` s are not required, or aggregated data is sufficient the ` attributes ` can
487487> be defined within the provisioning service rather than individually.
488488
489- #### : three : Request:
489+ #### 3️⃣ Request:
490490
491491``` console
492492curl -iX POST \
@@ -523,7 +523,7 @@ device `motion001` with the URN `urn:ngsi-ld:Motion:001` and mapping the device
523523You can simulate a dummy IoT device measurement coming from the ** Motion Sensor** device ` motion001 ` , by making the
524524following XML request
525525
526- #### : four : Request:
526+ #### 4️⃣ Request:
527527
528528``` console
529529curl -L -X POST 'http://localhost:7896/iot/xml' \
@@ -565,7 +565,7 @@ entity attribute names (like `count`) - obviously the mapping is based on the va
565565You can see that a measurement has been recorded, by retrieving the entity data from the context broker. Don't forget to
566566add the ` fiware-service ` and ` fiware-service-path ` headers.
567567
568- #### : five : Request:
568+ #### 5️⃣ Request:
569569
570570``` console
571571curl -X GET \
@@ -621,7 +621,7 @@ invoked. The example below provisions a bell with the `deviceId=bell001`. The en
621621` http://iot-sensors:3001/iot/bell001 ` and it can accept the ` ring ` command. The ` transport=HTTP ` attribute defines the
622622communications protocol to be used.
623623
624- #### : six : Request:
624+ #### 6️⃣ Request:
625625
626626``` console
627627curl -iX POST \
@@ -667,7 +667,7 @@ directly to the IoT Agent's North Port using the `/v2/op/update` endpoint. It is
667667invoked by the context broker once we have connected it up. To test the configuration you can run the command directly
668668as shown:
669669
670- #### : seven : Request:
670+ #### 7️⃣ Request:
671671
672672``` console
673673curl -iX POST \
@@ -773,7 +773,7 @@ side of the code that needs modification to fulfil our custom use case.
773773
774774The result of the actutator command can be read in the context broker using standard NGSI commands.
775775
776- #### :eight: Request:
776+ #### 8️⃣ Request:
777777
778778` ` ` console
779779curl - X GET \
0 commit comments