الوصف
- 【Dual-protocol Support】 Supports Zigbee, Bluetooth Mesh dual-protocols, and supports WIFI control at the same time. Whether your device supports Wi-Fi or ZigBee or Bluetooth, you can control them together through the LM054 gateway on the Smart Life APP. Interact with devices such as ZigBee, Bluetooth, Wi-Fi, for device linkage. 【Multi-device Compatibility】Compatible with various smart home devices, you can add and control 128 smart devices at the same time, Zigbee hub is like a brain, stably manages multiple devices. Build a fully intelligent home ecosystem. 【APP Control】You can manage and remotely control the device through the Smart Life APP. As the heart of the XXK LED strip control system, LM054 hub also allows you to easily control your lights remotely via the APP, even when you're not home. 【Voice Control】LM054 gateway compatible with desertcart Alexa/Google Assistant Home/Siri, you can control Smart LED and smart home devices by voice. All smart devices can be controlled with just one command, freeing hands. 【Safety & Stability】Each zigbee device is equivalent to a repeater that can make the signal hop and derive outward. Adding one more device is equivalent to adding one more node to expand the communication direction, which makes the system more stable. It is more stable and safer than using wifi system.
- P.when('A','ready').execute(function(A) {
- function setFeatureBulletsExpanderCollapsedHeight() {
- var $ = A.$;
- var PRODUCT_OVERVIEW_V2_FEATURE_MAX_HEIGHT = 540;
- var FEATUREBULLETS_TOP_MARGIN_OFFSET_CORRECTION = 12;
- var EXPANDER_HEADING_HEIGHT = 20;
- var expanderElement = $("#pov2FeatureBulletsExpander");
- if(expanderElement !== null) {
- var productOverviewFeatureElement = $('#productOverview_feature_div');
- var featureBulletsExpanderContent = $('#pov2FeatureBulletsExpanderContent');
- var featureBulletsExpanderHeading = $('#pov2FeatureBulletsExpanderHeading');
- var expanderContentHeight = featureBulletsExpanderContent.height();
- var productOverviewFeatureElementHeight = productOverviewFeatureElement !== null ? productOverviewFeatureElement.height() : 0;
- var expanderCollapsedHeight = Math.min(PRODUCT_OVERVIEW_V2_FEATURE_MAX_HEIGHT - productOverviewFeatureElementHeight - FEATUREBULLETS_TOP_MARGIN_OFFSET_CORRECTION, expanderContentHeight);
- if (expanderContentHeight === expanderCollapsedHeight) {
- featureBulletsExpanderContent.css("padding-bottom", "0px");
- }
- expanderCollapsedHeight = expanderCollapsedHeight < EXPANDER_HEADING_HEIGHT ? EXPANDER_HEADING_HEIGHT : expanderCollapsedHeight;
- expanderElement.attr("data-a-expander-collapsed-height", expanderCollapsedHeight);
- featureBulletsExpanderContent.css('display', '');
- featureBulletsExpanderHeading.css('display', '');
- }
- }
- function logFeatureBulletsPOv2ExpanderMetric(metric) {
- if (typeof window.ue !== 'undefined' && typeof metric !== 'undefined' && typeof window.ue.count !== 'undefined') {
- window.ue.count(metric, ((window.ue.count(metric) || 0) + 1));
- }
- }
- setFeatureBulletsExpanderCollapsedHeight();
- A.on('a:expander:pov2FeatureBulletsExpander:toggle:expand', function(data) {
- logFeatureBulletsPOv2ExpanderMetric('featureBulletsPOv2DesktopExpanderExpanded');
- });
- A.on('a:expander:pov2FeatureBulletsExpander:toggle:collapse', function(data) {
- logFeatureBulletsPOv2ExpanderMetric('featureBulletsPOv2DesktopExpanderCollapsed');
- });
- });
Full description not available