Add Calendar Events widget, integrate ICS calendar parsing, and refine related UI components
This commit is contained in:
@@ -84,6 +84,7 @@ func knownDevices() map[string]Device {
|
||||
}
|
||||
|
||||
func arpDevices() map[string]Device {
|
||||
exec.Command("ip", "n", "show")
|
||||
arp := exec.Command("arp", "-a")
|
||||
var out bytes.Buffer
|
||||
arp.Stdout = &out
|
||||
|
||||
Reference in New Issue
Block a user