documentatie over het plan van sprint 1, kleine toevoeging aan interface

This commit is contained in:
Bram Barbieri
2024-02-09 14:17:00 +01:00
parent 24cf55c11a
commit d2d13c65d5
3 changed files with 13 additions and 3 deletions

View File

@@ -17,4 +17,6 @@ You can see that every node measures:
- CO2 level
- Sound level
Each of these factors can have an influence on the comfort and efficientie the students can have.
The nodes are connected to the database using post requests, every node sends a post request to the database with the sensordata it has collected. The database then stores this data in the right table. This is the table called "Node" in the first picture.