From d39b56a4e6f5bc1f4a2c3c082bebafb88bda0a8e Mon Sep 17 00:00:00 2001 From: juuso-j <68938778+juuso-j@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:43:04 +0200 Subject: [PATCH] Remove useless source word --- iot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/README.md b/iot/README.md index 521393f68..d40de5a32 100644 --- a/iot/README.md +++ b/iot/README.md @@ -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