Steinel LED Sensorleuchte Fluter Strahler Außenlicht Bewegungsmelder Hofstrahler

Verkauft Siehe ähnliche Artikel EUR 114,95 Sofort-Kaufen oder Preisvorschlag, EEK Enthält eingebaute LED-Lampen (A++,A+,A), EUR 4,90 Versand, eBay-Käuferschutz
Verkäufer: licht-erlebnisse ✉️ (67.365) 98.2%, Artikelstandort: Chemnitz, DE, Versand nach: EUROPE, JP, Artikelnummer: 131330199548 Steinel LED Sensorleuchte Fluter Strahler Außenlicht Bewegungsmelder Hofstrahler. if (typeof console == 'undefined') { console = {}; console.info = function () { }; console.debug = function () { }; console.error = function () { }; console.log = function () { }; } var n = {}; n.is_init = false; n.start = []; // start functions n.init_try_count = 0; // anzahl der initialisierungsversuche n.init = function () { n.init_try_count++; var try_max_count = 100; if (n.is_init) { // wenn schon initialisiert wurde, alles uebergehen return true; } if (n.doc.getFirstByClass('js-last-element')) { n.is_init = true; } else { if (n.init_try_count > try_max_count) { console.error('maximale Anzahl der Initialisierungsversuche erreicht. Abbruch!'); return false; } else { setTimeout(function () { n.init(); }, 2); return false; } } for (var i = 0; i < n.start.length; i++) { try { n.start[i](); } catch (err) { console.error(err); } } }; n.onReady = function (fnc) { n.start[n.start.length] = fnc; }; n.doc = {}; if (typeof document.getElementsByClassName == 'undefined') { function getElementsByClassName(className, tag, elm) { var testClass = new RegExp("(^|\\s)" + className + "(\\s|$)"); var tag = tag || "*"; var elm = elm || document; var elements = (tag == "*" && elm.all) ? elm.all : elm.getElementsByTagName(tag); var returnElements = []; var current; var length = elements.length; for (var i = 0; i < length; i++) { current = elements[i]; if (testClass.test(current.className)) { returnElements.push(current); } } return returnElements; } document.getElementsByClassName = getElementsByClassName; } n.doc.getFirstByClass = function (class_name) { if (document.getElementsByClassName(class_name)) { if (document.getElementsByClassName(class_name)[0]) { return document.getElementsByClassName(class_name)[0]; } } }; n.trg = function (ev) { ev = (ev) ? ev : window.event; if (typeof ev.target == 'undefined') { if (typeof ev.srcElement == 'undefined') { console.error('event target kann nicht definiert werden'); } else { return ev.srcElement; } } else { return ev.target; } }; n.init(); a = {}; a.max_preview_image_count = 5; a.max_cross_image_count = 14; a.setMainImage = function (i) { var product_image = n.getFirstProductImage(); var new_src = a.getImageSrc(i); if (product_image && new_src) { product_image.setAttribute('alt', 'Produktbild ' + (i + 1) + ' ' + e.selfname); product_image.setAttribute('title', 'Produktbild ' + (i + 1) + ' ' + e.selfname); product_image.setAttribute('src', new_src); } product_image.onload = a.evAdjustMainImage; }; a.evAdjustMainImage = function (ev) { var org = new Image(); var img_trg = n.trg(ev); org.src = img_trg.src; var org_width = org.width; var org_height = org.height; var new_height = org_height; var new_width = org_width; var max_height = 500; var max_width = 500; var min_height = 450; var min_width = 550; if (org_width > max_width || org_height > max_height) { if (org_width > org_height) { new_width = max_width; new_height = org_height * (max_width / org_width); img_trg.setAttribute('height', new_height); img_trg.setAttribute('width', new_width); } else { new_width = org_width * (max_height / org_height); new_height = max_height; img_trg.setAttribute('height', new_height); img_trg.setAttribute('width', new_width); } } else { if (org_width < min_width || org_height < min_height) { if (org_width > org_height) {// querformat var x = (min_width / org_width); new_width = min_width; new_height = org_height * x; img_trg.setAttribute('height', new_height); img_trg.setAttribute('width', new_width); } else { // hochformat var x = (min_height / org_height); new_width = org_width * x; new_height = min_height; img_trg.setAttribute('height', new_height); img_trg.setAttribute('width', new_width); } } else { img_trg.setAttribute('height', org_height); img_trg.setAttribute('width', org_width); } } var mtop = (max_height - new_height) / 2; img_trg.setAttribute('style', 'margin-top:' + mtop + 'px'); }; e = {}; a.cross_gallery_img_count = 0; a.cross_break_count = 0; a.cross_images_real_count = 0; a.cross_breaks = 1; a.cross_gallery_max_count = 15; e.url = {}; e.url.protocol = 'http://'; e.url.domain = 'svcs.ebay.com'; e.url.path = '/services/search/FindingService/v1?'; e.url.params = '' + 'SECURITY-APPNAME=nepdaInt-0c17-41d0-8f7a-984386acb206' + '&GLOBAL-ID=EBAY-DE' + '&SERVICE-VERSION=1.11.0' + '&RESPONSE-DATA-FORMAT=JSON' + '&REST-PAYLOAD' + '&OPERATION-NAME=findItemsAdvanced' + '&callback=e.lier_callback' + '&descriptionSearch=true' + '' + '&itemFilter(0).name=Seller' + '&itemFilter(0).value(0)=licht-erlebnisse' + ''; e.selfname = 'Steinel Strahler XLED Home silber'; e.url.serie = 'XLED'; n.onReady(function () { if (!document.getElementById('product-recommendation-gallery')) { console.info('no-cross-gallery found!', 'similar-okay.js'); return 0; } var serien_name = 'XLED'; var head = n.doc.getFirstByClass('header'); var script = document.createElement('script'); script.setAttribute('type', 'text/javascript'); script.src = e.url.protocol + e.url.domain + e.url.path + e.url.params + '&keywords=' + encodeURIComponent(serien_name.toLowerCase()); head.appendChild(script); }); a.allCrossProducts = []; e.lier_callback = function (d) { var items = d.findItemsAdvancedResponse[0].searchResult[0].item || []; var cross_img_count = 0; for (var i = 0; i < items.length; ++i) { if (a.cross_gallery_img_count > a.max_cross_image_count) { continue; } var item = items[i]; var title = item.title; var pic = item.galleryURL; var url = item.viewItemURL.toString(); var itemId = item.itemId.toString(); var article_equal = false; if (typeof ebayItemID != 'undefined' && itemId.toString() == ebayItemID.toString()) { article_equal = true; } if (null != title && null != url && !article_equal && pic != null) { a.allCrossProducts[a.allCrossProducts.length] = { title: title.toString(), img_src: pic.toString(), url: url.toString(), itemId: itemId }; cross_img_count++; } } if (cross_img_count
  • Condition: Neu
  • Energieeffizienzklasse: Enthält eingebaute LED-Lampen (A++,A+,A)
  • Anzahl Lichter: 1 Licht
  • Stromquelle: Elektro eingebaut
  • Marke: Steinel
  • Herstellernummer: X LED Home 1 SL silber
  • EAN: 4007841659714

PicClick Insights - Steinel LED Sensorleuchte Fluter Strahler Außenlicht Bewegungsmelder Hofstrahler PicClick Exklusiv

  •  Popularität - 8 Beobachter, 0.0 neue Beobachter pro Tag, 895 days for sale on eBay. Super hohe beobachtend. 1 verkauft, 10 verfügbar.
  •  Bestpreis -
  •  Verkäufer - 67.365+ artikel verkauft. 1.8% negativ bewertungen. Großer Verkäufer mit sehr gutem positivem Rückgespräch und über 50 Bewertungen.

Die Leute Mochten Auch PicClick Exklusiv