Aller au contenu principal
Ouvrir/Fermer le menu de navigation
Formulaire de contact
Appelez-nous
Français
Deutsch
English (GB)
Español
Italiano (Italia)
Nederlands
Polski
Recherche
Comment pouvons-nous vous aider ?
Recherche
Général
Que faire si mon appareil Smart ne répond pas à l’application ou à la télécommande ?
Mes appareils Smart fonctionnent-ils avec des assistants vocaux tels qu’Alexa ou Google Assistant ?
Comment puis-je mettre à jour mes produits "connecté" ?
Comment réinitialiser mes produits "connecté"?
Sur quel réseau Wifi mes appareils "connecté" fonctionnent-ils ?
Est-ce que je peux laisser d'autres personnes de mon foyer contrôler les produits "connecté" via l'application ?
Que puis-je faire si mes produits "connectés" sont hors ligne dans l'application ?
Après avoir réinitialisé mes lampes/appareils, ils ne se connectent toujours pas. Que puis-je faire d'autre ?
Combien de produits "connecté" puis-je relier à mon application ?
Est-ce que je peux charger mes appareils "connecté" avec un chargeur rapide USB ?
Comment peut-on activer des ambiances à l'aide d'une télécommande ?
Pouvez-vous contrôler tous vos appareils intelligents lorsque vous n'êtes pas chez vous ?
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
<% } %>
<% } %>