Skip to content

Commit

Permalink
Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jun 4, 2024
1 parent 8b3d562 commit f87efef
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ used for different scenarios. For this tutorial we will be using HTTP as a trans

## Southbound Traffic (Commands)

HTTP requests generated by the Context Broker and passed downwards towards an IoT device (via an IoT Agent) are
known as southbound traffic. Southbound traffic consists of **commands** made to actuator devices which alter the state
of the real world by their actions. For example a command to alter the state of a lamp to `ON` would switch on the lamp
in real life. This in turn could alter the readings of other sensors nearby.
HTTP requests generated by the Context Broker and passed downwards towards an IoT device (via an IoT Agent) are known as
southbound traffic. Southbound traffic consists of **commands** made to actuator devices which alter the state of the
real world by their actions. For example a command to alter the state of a lamp to `ON` would switch on the lamp in real
life. This in turn could alter the readings of other sensors nearby.

### Push Command using HTTP POST

Expand Down Expand Up @@ -334,8 +334,7 @@ git checkout NGSI-LD
This command will also import seed data from the previous
[Farm Management example](https://github.com/FIWARE/tutorials.Context-Providers) on startup.

> [!NOTE]
> If you want to clean up and start over again you can do so with the following command:
> [!NOTE] If you want to clean up and start over again you can do so with the following command:
>
> ```console
> ./services stop
Expand Down

0 comments on commit f87efef

Please sign in to comment.