@startuml

node ioBroker as i
package SmartHomeDashboard  as d #gold {
  node Server as s {
    collections nodejs
  }
  package Client as c {
    collections html
    collections css
    collections js
  }
}

:User: --> c
c --> s
s --> i

@enduml