Add DHCP scanner to frontend status displays

Add a DHCP scanner card to the Status screen and a DHCP row to the
consolidated Status card on the Home screen, mirroring the existing
mDNS/SSDP implementations. Also label DHCP-discovered device events as
"DHCP" instead of the raw "Dhcp".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-06-01 18:45:38 -04:00
co-authored by Claude Opus 4.8
parent 91eb0f17ba
commit 4e975598f9
7 changed files with 136 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ class DeviceEvent {
'Arp' => 'ARP',
'Mdns' => 'mDNS',
'Ssdp' => 'SSDP/UPnP',
'Dhcp' => 'DHCP',
_ => scanner,
};
}