aboutsummaryrefslogtreecommitdiff
path: root/Mussel
diff options
context:
space:
mode:
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