@@ -242,7 +242,8 @@ repository:
242242Where ` <command> ` will vary depending upon the mode we wish to activate. This command will also import seed data from
243243the previous tutorials and provision the dummy IoT sensors on startup.
244244
245- > :information_source : ** Note:** If you want to clean up and start over again you can do so with the following command:
245+ > [ !NOTE]
246+ > If you want to clean up and start over again you can do so with the following command:
246247>
247248> ``` console
248249> ./services stop
@@ -319,7 +320,7 @@ To start the system using the _minimal_ configuration using **STH-Comet** only,
319320Once STH-Comet is running, you can check the status by making an HTTP request to the exposed `STH_PORT` port. If the
320321response is blank, this is usually because **STH-Comet** is not running or is listening on another port.
321322
322- # ### :one: Request:
323+ # ### 1️⃣ Request:
323324
324325` ` ` console
325326curl -X GET \
@@ -378,7 +379,7 @@ This is done by making a POST request to the `/v2/subscription` endpoint of the
378379- The `attrsFormat=legacy` is required since **STH-Comet** currently only accepts notifications in the older NGSI v1
379380 format.
380381
381- # ### :two: Request:
382+ # ### 2️⃣ Request:
382383
383384` ` ` console
384385curl -iX POST \
@@ -425,15 +426,16 @@ the `throttling` attribute in the request body.
425426 format.
426427- The `throttling` value defines the rate that changes are sampled.
427428
428- > :information_source: **Note:** Be careful when throttling subscriptions as sequential updates will not be persisted as
429+ > [!NOTE]
430+ > Be careful when throttling subscriptions as sequential updates will not be persisted as
429431> expected.
430432>
431433> For example if an UltraLight device sends the measurement `t|20|l|1200` it will be a single atomic commit and both
432434> attributes will be included the notification to **STH-Comet** however is a device sends `t|20#l|1200` this will be
433435> treated as two atomic commits - a notification will be sent for the first change in `t`, but the second change in `l`
434436> will be ignored as the entity has been recently updated within the sampling period.
435437
436- # ### :three: Request:
438+ # ### 3️⃣ Request:
437439
438440` ` ` console
439441curl -iX POST \
@@ -483,7 +485,7 @@ and the subscriptions have been registered. Data should be collected for at leas
483485You can note that the `fiware-service` and `fiware-servicepath` headers must be set in the query and match the values
484486used when setting up the subscription
485487
486- # ### :four: Request:
488+ # ### 4️⃣ Request:
487489
488490` ` ` console
489491curl -X GET \
@@ -554,7 +556,7 @@ To obtain the short term history of a context entity attribute, send a GET reque
554556
555557the `hLimit` parameter restricts the result to N values. `hOffset=0` will start with the first value.
556558
557- # ### :five: Request:
559+ # ### 5️⃣ Request:
558560
559561` ` ` console
560562curl -X GET \
@@ -615,7 +617,7 @@ To obtain the short term history of a context entity attribute, send a GET reque
615617the `hLimit` parameter restricts the result to N values. Setting `hOffset` to a non-zero value will start from the Nth
616618measurement
617619
618- # ### :six: Request:
620+ # ### 6️⃣ Request:
619621
620622` ` ` console
621623curl -X GET \
@@ -675,7 +677,7 @@ To obtain the short term history of a context entity attribute, send a GET reque
675677
676678If the `lastN` parameter is set, the result will return the N latest measurements only.
677679
678- # ### :seven: Request:
680+ # ### 7️⃣ Request:
679681
680682` ` ` console
681683curl -X GET \
@@ -741,7 +743,7 @@ of `second`, `minute`, `hour` or `day`.
741743Always select the most appropriate time period based on the frequency of your data collection. `minute` has been
742744selected because the `Motion:001` is firing a few times within each minute.
743745
744- # ### :eight: Request:
746+ # ### 8️⃣ Request:
745747
746748` ` ` console
747749curl -X GET \
@@ -813,7 +815,7 @@ To obtain the short term history of a context entity attribute, send a GET reque
813815The `aggrMethod` parameter determines the type of aggregation to perform over the time series, the `aggrPeriod` is one
814816of `second`, `minute`, `hour` or `day`.
815817
816- # ### :nine: Request:
818+ # ### 9️⃣ Request:
817819
818820` ` ` console
819821curl -X GET \
@@ -887,7 +889,7 @@ of `second`, `minute`, `hour` or `day`.
887889The luminocity of the **Smart Lamp** is continually changing and therefore tracking the minimum value makes sense. The
888890**Motion Sensor** is not suitable for this as it only offers binary values.
889891
890- # ### :one::zero: Request:
892+ # ### 1️⃣0️⃣ Request:
891893
892894` ` ` console
893895curl -X GET \
@@ -957,7 +959,7 @@ To obtain the short term history of a context entity attribute, send a GET reque
957959The `aggrMethod` parameter determines the type of aggregation to perform over the time series, the `aggrPeriod` is one
958960of `second`, `minute`, `hour` or `day`.
959961
960- # ### :one::one: Request:
962+ # ### 1️⃣1️⃣ Request:
961963
962964` ` ` console
963965curl -X GET \
@@ -1129,7 +1131,7 @@ To start the system using the _formal_ configuration using **Cygnus** and **STH-
11291131Once **STH-Comet** is running, you can check the status by making an HTTP request to the exposed `STH_PORT` port. If the
11301132response is blank, this is usually because **STH-Comet** is not running or is listening on another port.
11311133
1132- # ### :one::two: Request:
1134+ # ### 1️⃣2️⃣ Request:
11331135
11341136` ` ` console
11351137curl -X GET \
@@ -1151,7 +1153,7 @@ The response will look similar to the following:
11511153Once **Cygnus** is running, you can check the status by making an HTTP request to the exposed `CYGNUS_API_PORT` port. If
11521154the response is blank, this is usually because **Cygnus** is not running or is listening on another port.
11531155
1154- # ### :one::three: Request:
1156+ # ### 1️⃣3️⃣ Request:
11551157
11561158` ` ` console
11571159curl -X GET \
@@ -1208,7 +1210,7 @@ This is done by making a POST request to the `/v2/subscription` endpoint of the
12081210- The `idPattern` in the request body ensures that **Cygnus** will be informed of all **Motion Sensor** data changes.
12091211- The notification `url` must match the configured `CYGNUS_API_PORT`
12101212
1211- # ### :one::four: Request:
1213+ # ### 1️⃣4️⃣ Request:
12121214
12131215` ` ` console
12141216curl -iX POST \
@@ -1255,7 +1257,7 @@ the `throttling` attribute in the request body.
12551257- The notification `url` must match the configured `CYGNUS_API_PORT`
12561258- The `throttling` value defines the rate that changes are sampled.
12571259
1258- # ### :one::five: Request:
1260+ # ### 1️⃣5️⃣ Request:
12591261
12601262` ` ` console
12611263curl -iX POST \
0 commit comments