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
Connexions
Puis-je contrôler des groupes de lampes ou d'appareils indépendamment les uns des autres via des interrupteurs physiques ?
Comment puis-je activer ou désactiver automatiquement mes produits Smart en fonction de l'heure ou d'un planning ?
Comment créer une nouvelle scène ?
Puis-je contrôler séparément les lampes intelligentes connectées avec la télécommande intelligente ou l'interrupteur mural intelligent ?
Comment connecter ma télécommande intelligente (Smart remote control) ou mon interrupteur mural intelligent (Smart wall switch) à mes produits Smart ?
Étapes de gradation télécommande intelligente et interrupteur mural intelligent
Comment faire fonctionner plusieurs lampes en même temps ?
Comment synchroniser mes lampes intelligentes avec le lever et le coucher du soleil ?
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
<% } %>
<% } %>