mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
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:
co-authored by
Claude Opus 4.8
parent
91eb0f17ba
commit
4e975598f9
@@ -33,6 +33,7 @@ class DeviceEvent {
|
||||
'Arp' => 'ARP',
|
||||
'Mdns' => 'mDNS',
|
||||
'Ssdp' => 'SSDP/UPnP',
|
||||
'Dhcp' => 'DHCP',
|
||||
_ => scanner,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user