diff --git a/sync/sync.go b/sync/sync.go index 86f4d94..b4893db 100644 --- a/sync/sync.go +++ b/sync/sync.go @@ -87,6 +87,7 @@ func toDiscoveryPort(port *enumerator.PortDetails) *discovery.Port { props.Set("vid", "0x"+port.VID) props.Set("pid", "0x"+port.PID) props.Set("serialNumber", port.SerialNumber) + props.Set("configuration", port.Configuration) hardwareID = port.SerialNumber } res := &discovery.Port{