Skip to main content
Toggle navigation menu
Contact form
Call us
English (GB)
Dansk (Danmark)
Deutsch
Español
Français
Italiano (Italia)
Nederlands
Polski
Svenska
Search
How can we help you?
Search
General
What should I do if my Smart device does not respond to the app or remote control?
Do my Smart devices work with voice assistants such as Alexa or Google Assistant?
How can I update my Smart products?
How do I reset my Smart products?
Which Wi-Fi network do my smart devices use?
Can I allow other people in my household to control the Smart products via the app?
What can I do if my Smart products are offline in the app?
After resetting my lights/devices, they still won’t connect. What else can I do?
How many Smart products can I connect to my app?
Can I charge my Smart devices with a USB fast charger?
Can I active scenes using a Smart remote?
Can you control your smart lights when you're not at home?
Categories
<% 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 %>
Toggle navigation menu
<% 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
<% 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) { %>
See more
<% } %>
<% } %>