func (e *Exporter) gatherMetricsDevices(
    gatherGroup *sync.WaitGroup, metricsChannel chan<- prometheus.Metric, client *http.Client,
) {
    devices, err := wallix.GetDevices(client, e.Config.ScrapeURI)
    if err != nil {