Smart Humidifier for Bedrooms, Large Rooms, Home Use, 6-Liter Cool Mist Top-Fill Humidifier with Essential Oil Diffuser, Smart App and Voice Control, Suitable for Nurseries and Plants, White, 1-Pack + 7-Color Night Light

Free shipping
Hot
Sold 2
$29.90
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1651799308132').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Share the love
Description
[6L Large Capacity Dual Nozzles] The Smart Humidifier for Bedrooms features a large 6L water tank, ensuring 50 hours of extended use without constant refilling. The innovative dual-nozzle design provides even distribution, quickly covering even large rooms and ensuring consistent humidity levels. LED Display and Comfort Indicator: Our Smart Humidifier for Bedrooms with an LED display displays real-time indoor humidity levels. The comfort indicator visually communicates your room's comfort level, guiding you to the perfect balance: green indicates the perfect balance of humidity for maximum comfort, while blue light alerts you when the environment is becoming damp. Conversely, a red alert prompts action when the air becomes dry and requires rehydration, ensuring your space remains optimally maintained. 3 Spray Levels and Humidity Control: Customize your experience with three adjustable spray output levels to suit different environments and preferences. The Smart Humidifier's automatic mode senses the ambient humidity in real time and adjusts the mist output accordingly, maintaining an optimal moisture level in the air for a healthy and comfortable living environment. The Smart Humidifier's customizable modes allow you to set your target humidity between 30% and 80%, creating a personalized microclimate. [Timer & Sleep Mode] With flexible timers from 1 to 12 hours, the Smart Humidifier's timer function allows you to set the perfect run time based on your lifestyle and hydration needs. Sleep mode further ensures a restful night by dimming the lights and operating at the quietest setting, creating a peaceful atmosphere for undisturbed sleep. 7-Color Night Light & Aromatherapy: Transform your space into a tranquil retreat with the Smart Humidifier's 7-color LED night light, which cycles gently or can be set to your preferred hue. Combining this feature with the integrated aromatherapy function allows you to infuse your surroundings with your choice of essential oils, taking relaxation to new heights. Aromatherapy Pad and Water Filter Replacement: 10 replacement filters and 10 aromatherapy pads (B0DHJMK7RT), compatible with the 6L Cool Mist Bedroom Humidifier, ensure higher humidification efficiency. It's recommended to replace the filter every 2-3 months, depending on the hardness of the water. Customer Reviews