Aller au contenu principal
Ouvrir/Fermer le menu de navigation
Formulaire de contact
Appelez-nous
Français
Dansk
Deutsch
English (United Kingdom)
Español
Italiano
Nederlands
Polski
Svenska
Recherche
Comment pouvons-nous vous aider ?
Recherche
Informations sur le produit
Informations produit
Informations sur le produit
FAQ produit
Combien de produits intelligents puis-je connecter à mon application intelligente, y a-t-il une limite ?
Quelle est la différence entre les lumens effectifs et non effectifs ?
Quelle douille me faut-il pour choisir un éclairage ?
Pourquoi ma bande LED ne colle-t-elle pas ou pas bien ?
Si je raccourcis la bande LED, puis-je réutiliser la partie coupée ?
La nouvelle étiquette énergétique 2021 - Comment ça marche maintenant ?
Afficher les 23 articles
Conditions
Qu'est-ce que la puissance en watts ?
Qu'est-ce que les cycles de commutation ?
Quel est le temps de démarrage d'une lampe ?
Qu'est-ce que le lux ?
Que signifie la température de couleur ?
Qu'est-ce que la valeur IRC ?
Afficher les 12 articles
Catégories
<% 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 %>
Ouvrir/Fermer le menu de navigation
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Catégories
<% 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) { %>
Afficher plus
<% } %>
<% } %>