From 3e3fc21dc9a3984d34f9d835362994e55657a886 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Sun, 13 Apr 2025 10:54:54 +0200
Subject: refine diagrams

---
 Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

(limited to 'Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml')

diff --git a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
index 18165ea..e65d30c 100644
--- a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
+++ b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
@@ -7,16 +7,20 @@ group init
 :setup network beacon service;
 end group
 split
-while (each ½s)
+while (each 500ms)
 group loop {
-:read gape angle;
+:read sensors;
+:normalize sensor data
+as a gape angle;
 :add gape angle to beacon;
 end group
 endwhile
 -[hidden]->
 kill
 split again
-:publish beacon;
+while (each 100ms)
+:broadcast beacon;
+endwhile
 -[hidden]->
 kill
 @enduml
-- 
cgit v1.2.3