diff --git a/icons/cellphone.svg b/icons/cellphone.svg
new file mode 100644
index 0000000000000000000000000000000000000000..cd9374efd6514f234a11d6704b5d9d3eb45538bd
--- /dev/null
+++ b/icons/cellphone.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M17,19H7V5H17M17,1H7C5.89,1 5,1.89 5,3V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3C19,1.89 18.1,1 17,1Z" /></svg>
\ No newline at end of file
diff --git a/network.dot b/network.dot
index feb1d985967a290aad81a396b9bb0c9d758e44c1..ede443b54c641f1b86479f5fb8a2ebb194322aa8 100644
--- a/network.dot
+++ b/network.dot
@@ -10,8 +10,10 @@ digraph network {
 
     router -> {switch_livingroom, switch_bedroom, desktop_janne, printer}
     switch_livingroom -> { nas, androidtv, ap_livingroom }
+    ap_livingroom -> { laptop_janne, laptop_janne_work, phone_janne } [color="#1E88E5" style="dotted"]
     switch_livingroom -> avreceiver [color="#FBC02D"]
     switch_bedroom -> { desktop_hannah, ap_bedroom }
+    ap_bedroom -> { laptop_hannah, phone_hannah } [color="#1E88E5" style="dotted"]
 
     subgraph cluster_livingroom {
         label="Living Room";
@@ -34,7 +36,22 @@ digraph network {
             <td><img src="icons/speaker.png" /></td>
             <td><b>Pioneer</b>&nbsp;VSX-LX303</td>
         </tr></table>>]
-        nas[label="Raspberry Pi 4 8GB"]
+        nas[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
+            <td><b>Raspberry</b>&nbsp;Pi 4</td>
+        </tr></table>>]
+
+        laptop_janne[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
+            <td><img src="icons/laptop.png" /></td>
+            <td><b>Lenovo</b>&nbsp;ThinkPad E540</td>
+        </tr></table>>]
+        laptop_janne_work[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
+            <td><img src="icons/laptop.png" /></td>
+            <td><b>Dell</b>&nbsp;XPS 13</td>
+        </tr></table>>]
+        phone_janne[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
+            <td><img src="icons/cellphone.png" /></td>
+            <td><b>Nokia</b>&nbsp;6.2</td>
+        </tr></table>>]
     }
 
     subgraph cluster_office {
@@ -46,14 +63,14 @@ digraph network {
             <td><img src="icons/server.png" /></td>
             <td><b>AVM</b>&nbsp;Fritz!Box 7530 AX</td>
         </tr></table>>]
-        desktop_janne[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
-            <td><img src="icons/laptop.png" /></td>
-            <td>Computer Janne</td>
-        </tr></table>>]
         printer[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
             <td><img src="icons/printer.png" /></td>
             <td><b>Brother</b>&nbsp;DCP L3550cdw</td>
         </tr></table>>]
+        desktop_janne[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
+            <td><img src="icons/laptop.png" /></td>
+            <td>Computer Janne</td>
+        </tr></table>>]
     }
 
     subgraph cluster_bedroom {
@@ -61,10 +78,6 @@ digraph network {
         color="#dddddd";
         style=filled;
 
-        desktop_hannah[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
-            <td><img src="icons/laptop.png" /></td>
-            <td>Computer Hannah</td>
-        </tr></table>>]
         ap_bedroom[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
             <td><img src="icons/wifi.png" /></td>
             <td><b>Unifi</b>&nbsp;UAP-AC-Lite</td>
@@ -73,5 +86,17 @@ digraph network {
             <td><img src="icons/server.png" /></td>
             <td><b>TP-Link</b>&nbsp;TL-SG1005D</td>
         </tr></table>>]
+        phone_hannah[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
+            <td><img src="icons/cellphone.png" /></td>
+            <td><b>Xiaomi</b>&nbsp;MI A2</td>
+        </tr></table>>]
+        laptop_hannah[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
+            <td><img src="icons/laptop.png" /></td>
+            <td><b>Lenovo</b>&nbsp;ThinkPad X220</td>
+        </tr></table>>]
+        desktop_hannah[label=<<table cellspacing="0" border="0" cellborder="0"><tr>
+            <td><img src="icons/laptop.png" /></td>
+            <td>Computer Hannah</td>
+        </tr></table>>]
     }
 }