deviceList.forEach(function(entry){
            logger.info('Processing Storage - ' + 'TYPE: ' + entry.deviceName + ' | COUNT: ' + entry.discovered);
            entry.discoveredDeviceInfoList.forEach(function(device){
                var newNode = {
                        name: device.ipAddress,