Skip to content

Commit

Permalink
Remove useless source word
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Mar 14, 2024
1 parent a6e02a6 commit d39b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## About
The purpose of the IoT app is to store temporarly data from various IoT-data sources, that do not allow frequent fetching of their data.
The data is stored as it in JSON format to a JSONField and served as JSON. The app uses caching to cache all its queries and serialized data. The Cache is cleared for the source when importing the data source or when a data source is added. The cache is populated if empty when serving data.
The data is stored as it in JSON format to a JSONField and served as JSON. The app uses caching to cache all its queries and serialized data. The Cache is cleared for the source when importing the data or when a data source is added. The cache is populated if empty when serving data.

## Adding IoT-data source from the Admin
* Give a tree letter long identifier, this will be used to identify the data
Expand Down

0 comments on commit d39b56a

Please sign in to comment.