diff options
Diffstat (limited to 'components.puml')
-rw-r--r-- | components.puml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/components.puml b/components.puml new file mode 100644 index 0000000..dd09477 --- /dev/null +++ b/components.puml @@ -0,0 +1,13 @@ +@startuml +interface Bluetooth +package Sensor { +[Read] - [Normalize] +[Normalize] -down- Bluetooth +} +package Vote { +Bluetooth -down- [Collect] +[Collect] - [Align] +[Align] - [Qualify] +[Qualify] - [Conclude] +} +@enduml |