Implement device merging logic and web-based device removal

This commit is contained in:
Tobias Gesellchen
2026-02-15 00:15:09 +01:00
parent 0c5c1803a5
commit 358ea18138
10 changed files with 366 additions and 1 deletions
+1
View File
@@ -185,6 +185,7 @@ type ServiceDeviceInfo struct {
IPAddress string `json:"ip_address" xml:"ipAddress"`
Name string `json:"name" xml:"name"`
DiscoveryMethod string `json:"discovery_method,omitempty"`
AccountID string `json:"account_id,omitempty"`
}
// CustomerSupportDevice represents device information for customer support purposes.