aboutsummaryrefslogtreecommitdiff
path: root/Mussel/examples/voting_from_EddystoneTLM
diff options
context:
space:
mode:
Diffstat (limited to 'Mussel/examples/voting_from_EddystoneTLM')
-rw-r--r--Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml10
1 files changed, 6 insertions, 4 deletions
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