Started infrastrcuture UML

This commit is contained in:
Sam
2024-02-13 11:33:48 +01:00
parent ca7250c290
commit 676c107b58

View File

@@ -0,0 +1,28 @@
# UML
## Infrastructure
``` mermaid
classDiagram
Node --> Raspberry pi : postData
namespace Server {
class Raspberry pi {
Database()
Webserver()
}
class Node {
+Co2
+Temperature
+Humidity
+Tfok
+Sound
collectData()
}
}
```