@@ -161,8 +161,7 @@ Therefore the overall architecture will consist of the following elements:
161161 - FIWARE [ Cygnus] ( https://fiware-cygnus.readthedocs.io/en/latest/ ) where it will subscribe to context changes and
162162 persist them into a ** MongoDB** database (_ formal_ mode only)
163163
164- > [ !NOTE]
165- > ** Cygnus** will only be used if ** STH-Comet** is configured in \_ formal* mode.
164+ > [ !NOTE] ** Cygnus** will only be used if ** STH-Comet** is configured in \_ formal\* mode.
166165
167166- A [ MongoDB] ( https://www.mongodb.com/ ) database:
168167 - Used by the ** Orion Context Broker** to hold context data information such as data entities, subscriptions and
@@ -247,8 +246,7 @@ repository:
247246Where ` <command> ` will vary depending upon the mode we wish to activate. This command will also import seed data from
248247the previous tutorials and provision the dummy IoT sensors on startup.
249248
250- > [ !NOTE]
251- > If you want to clean up and start over again you can do so with the following command:
249+ > [ !NOTE] If you want to clean up and start over again you can do so with the following command:
252250>
253251> ``` console
254252> ./services stop
@@ -431,9 +429,7 @@ the `throttling` attribute in the request body.
431429 format.
432430- The `throttling` value defines the rate that changes are sampled.
433431
434- > [!NOTE]
435- > Be careful when throttling subscriptions as sequential updates will not be persisted as
436- > expected.
432+ > [!NOTE] Be careful when throttling subscriptions as sequential updates will not be persisted as expected.
437433>
438434> For example if an UltraLight device sends the measurement `t|20|l|1200` it will be a single atomic commit and both
439435> attributes will be included the notification to **STH-Comet** however is a device sends `t|20#l|1200` this will be
@@ -682,7 +678,7 @@ To obtain the short term history of a context entity attribute, send a GET reque
682678
683679If the `lastN` parameter is set, the result will return the N latest measurements only.
684680
685- # ### 7️⃣ Request:
681+ # ### 7️⃣ Request:
686682
687683` ` ` console
688684curl -X GET \
@@ -748,7 +744,7 @@ of `second`, `minute`, `hour` or `day`.
748744Always select the most appropriate time period based on the frequency of your data collection. `minute` has been
749745selected because the `Motion:001` is firing a few times within each minute.
750746
751- # ### 8️⃣ Request:
747+ # ### 8️⃣ Request:
752748
753749` ` ` console
754750curl -X GET \
0 commit comments