Add schema to readme

This commit is contained in:
jeanGaston 2024-02-26 13:36:51 +01:00
parent ef23dce6c1
commit 4af0334254
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# WeatherStation # WeatherStation
This repo will be used for our BTS project which consist of creating a weather station. This repo will be used for our BTS project which consist of creating a weather station.
# How does it work
<img src="./Schematics/howdoesitwork.svg">

View File

@ -50,11 +50,12 @@ sens --> hst.blt --> hst.Dck.scrp : "Read \nData" {
animated: true animated: true
} }
} }
hst.Dck.web --> pc : "display \ndata" { hst.Dck.web --> pc : "display \ndata" {
style : { style : {
stroke-dash: 5 stroke-dash: 5
animated: true animated: true
stroke : green stroke : green
} }
} }
hst.Dck.web <-- pc : "write \nsettings" { hst.Dck.web <-- pc : "write \nsettings" {