Correct typo

pull/479/head
Jon K 2 years ago committed by GitHub
parent b341f4e5fb
commit 577ccb2258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -134,7 +134,7 @@ By gathering temperature data using an IoT device, a farmer can automatically be
![Telemetry data is sent to a server and then saved to a database](../../../images/save-telemetry-database.png) ![Telemetry data is sent to a server and then saved to a database](../../../images/save-telemetry-database.png)
The server code can also augment the data by adding extra information. For example, the IoT device can publish an identifier to indicate which device it is, and the sever code can use this to look up the location of the device, and what crops it is monitoring. It can also add basic data like the current time as some IoT devices don't have the necessary hardware to keep track of an accurate time, or require additional code to read the current time over the Internet. The server code can also augment the data by adding extra information. For example, the IoT device can publish an identifier to indicate which device it is, and the server code can use this to look up the location of the device, and what crops it is monitoring. It can also add basic data like the current time as some IoT devices don't have the necessary hardware to keep track of an accurate time, or require additional code to read the current time over the Internet.
✅ Why do you think different fields might have different temperatures? ✅ Why do you think different fields might have different temperatures?

Loading…
Cancel
Save