User:NitramLegov/Playground: Difference between revisions

From CoMakingSpace Wiki
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:
end
end
style wlan fill:#6dc8fc
style wlan fill:#6dc8fc
linkStyle text-decoration:underline;
classDef clickable text-decoration:underline;
</mermaid>
</mermaid>

Latest revision as of 10:21, 27 July 2024

graph LR subgraph lan [LAN] A[CommonRoom Fritz!Box] --> B[E-Room Access Point] A --> H[Office Router] A --> I[HomeAssistant] click A href "http://fritz.box" _blank end subgraph eroom [E-Room-LAN] B --> WCNC1(Workbee CNC) B --> WCNC2(Workbee CNC Tablet) end subgraph wlan [WLAN] A -.-> D(Laser PC) A -.-> E(Slicing PC) A -.-> F(P7) A -.-> G(P8) end style wlan fill:#6dc8fc classDef clickable text-decoration:underline;