From 4af0334254a877904b970c10eb8b236bf7a88fc1 Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Mon, 26 Feb 2024 13:36:51 +0100 Subject: [PATCH] Add schema to readme --- README.md | 3 +++ Schematics/howdoesitwork.d2 | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14d5856..c26b345 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # WeatherStation This repo will be used for our BTS project which consist of creating a weather station. + +# How does it work + \ No newline at end of file diff --git a/Schematics/howdoesitwork.d2 b/Schematics/howdoesitwork.d2 index 18e597f..21bbfe5 100644 --- a/Schematics/howdoesitwork.d2 +++ b/Schematics/howdoesitwork.d2 @@ -50,11 +50,12 @@ sens --> hst.blt --> hst.Dck.scrp : "Read \nData" { animated: true } } -hst.Dck.web --> pc : "display \ndata" { +hst.Dck.web --> pc : "display \ndata" { style : { stroke-dash: 5 animated: true stroke : green + } } hst.Dck.web <-- pc : "write \nsettings" {