pub async fn probe_device(ip: IpAddr, client: &Client) -> Result<DeviceInfo>Expand description
Probe a device by IP address. Thin wrapper around probe_target that
exists so existing callers (CLI subnet discovery) keep working unchanged.
pub async fn probe_device(ip: IpAddr, client: &Client) -> Result<DeviceInfo>Probe a device by IP address. Thin wrapper around probe_target that
exists so existing callers (CLI subnet discovery) keep working unchanged.