Waterproof Solar Outdoor Sensor Lights Set

people are viewing this right now
/** @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-1539149753700').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 shipping on orders over 59.99
Free returns within fourteen days
Contact us: service@goodidealshop.com
Secure payments
$54.98
Type : Standard Type
Solar Light Wattage : 50w
Quantity
Description

FEATURES

EFFICIENT SOLAR CHARGING: Equipped with a high-efficiency solar panel, these lights capture sunlight to automatically charge and power the LED lights. This system ensures extended nighttime illumination and reliable all-night security while reducing energy costs and eliminating the need for external power sources.

THREE CONTROL MODES: Enjoy versatile lighting control with three options: light-sensitive control that activates at dusk and deactivates at dawn, a remote control for easy adjustments, and a timer for scheduled lighting. Meet your lighting experience to fit your needs effortlessly.

HIGH-LUMEN LED AND BATTERY LEVEL DISPLAY FUNCTION: These lights feature high-lumen LEDs for bright, color-stable illumination. And our battery level display type can easily monitor your light's battery status, ensuring you're always aware of its charge level.

WEATHER-RESISTANT DESIGN: Built to endure harsh outdoor conditions, these lights are weather-resistant and can withstand rain, strong winds, and other severe weather. Their robust construction ensures they perform reliably and maintain their functionality throughout the year.

VERSATILE USE: These lights are perfect for a range of applications including factories, gardens, communities, and parks. Their adaptable design and performance make them suitable for enhancing security and visibility in various settings.

SPEC

Power Source: Solar

Solar Light Wattage: 50w, 100w, 300w

Standard Type Battery Capacity: 1200mAh, 1500mAh, 2000mAh

Battery Level Display Type Capacity: 1200mAh, 2000mAh, 4000mAh

Package Include: 1* Waterproof Solar Outdoor Sensor Lights Set

NOTES

For optimal performance, ensure the solar panel receives direct sunlight for at least 6-8 hours daily.

The effectiveness of the sensor and lighting may vary based on environmental conditions and installation setup.