Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk authored Oct 1, 2024
1 parent 73ac08d commit 406b4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/iot-sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ tutorial:
- A **Bell** can be sent a command to activate and ring for a short period
- A **Motion Sensor** will activate and send a count when someone is nearby
- A **Smart Lamp** can be switched on or off remotely. It can also report on its current state (`ON` or `OFF`). When
switched on, a Motion Sensor within the device checks to see if light is needed and will dim if no-one is nearby.
Furthermore the device can be report on the current luminosity of the bulb.
switched on, a Motion Sensor within the device checks to see if light is needed and will dim if no one is nearby.
Furthermore the device can report the current luminosity of the bulb.

As you can see, the **Bell** is an example of a pure actuator, as it only reacts to the given commands. Meanwhile, the
**Motion Sensor** is an example of a pure sensor, since it will only report on the state of the world as it sees it. The
Expand Down

0 comments on commit 406b4e6

Please sign in to comment.