주 콘텐츠로 건너뛰기
Switzerland (Deutsch)
Switzerland (Français)
Switzerland (Italiano)
Belgium (Nederlands)
Belgium (Français)
어떻게 도와드릴까요?
검색
PRO360 Help Center
PRO360 기능
연결성 - 툴 페어링
연결성 - 툴 페어링
이제 PRO360 앱을 사용해야 하고 Toolbox 앱에서 MyTools 기능을 사용하지 않는 이유는 무엇입니까?
페어링을 위해 도구를 준비하려면 어떻게 해야 합니까?
공구에 Bluetooth® 모듈이 장착되어 있지 않으면 어떻게 해야 합니까?
이전 도구를 페어링하려면 어떻게 해야 합니까?
공구를 처음 페어링하려면 어떻게 해야 합니까?
공구가 표시되지 않으면 어떻게 해야 합니까?
다른 PRO360 계정에 등록된 도구를 페어링하려면 어떻게 해야 하나요?
인기 검색어:
문의,
,
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
당신이 찾을 수 없습니까?
전문가 팀이 도와드리겠습니다
문의
카테고리
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
탐색 메뉴 토글
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
카테고리
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
더보기
<% } %>
<% } %>