aboutsummaryrefslogtreecommitdiff
path: root/Mussel
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-13 11:08:06 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-13 11:13:14 +0200
commit0a2332e2d1dff649b02c6a4e516df6f9c1cc620a (patch)
tree39c9b2a38c24a49cec660f5215d203fcb54f7a2a /Mussel
parentd645e48d825370386bbd240661c92f6d8c9372de (diff)
refine diagrams
Diffstat (limited to 'Mussel')
-rw-r--r--Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml8
-rw-r--r--Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml10
2 files changed, 10 insertions, 8 deletions
diff --git a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
index e65d30c..3f033d1 100644
--- a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
+++ b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
@@ -1,10 +1,10 @@
@startuml
'start
-:instantiate object;
-:instantiate network;
+:instantiate mussel object;
+:instantiate bluetooth object;
group init
-:activate object;
-:setup network beacon service;
+:setup mussel sensors;
+:setup bluetooth beacon;
end group
split
while (each 500ms)
diff --git a/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml b/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml
index abcd9f6..caafc05 100644
--- a/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml
+++ b/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml
@@ -1,14 +1,16 @@
@startuml
'start
-:instantiate object;
-:instantiate network;
+:instantiate mussel object;
+:instantiate bluetooth object;
group init
-:activate object;
-:setup network beacon scanner;
+:setup mussel voting;
+:setup bluetooth scanner;
end group
split
while (each beacon detected)
+group "bluetooth callback" {
:collect beacon data;
+end group
endwhile
-[hidden]->
kill