Leuchtmittel PHILIPS GreenPower 400 Watt

Verwendung: Pflanzen Blühlampe MASTER GreenPower CG T 400W E40 1SL

Auf Lager, zwischen Di, 16.12. und Do, 18.12. geliefert

  92,96 CHF

Beschreibung / Leuchtmittel PHILIPS GreenPower 400 Watt

Verwendung: Pflanzen Blühlampe

MASTER GreenPower CG T 400W E40 1SL

Hochdruck-Natriumdampflampe

Lichttechnische Eigenschaften

  • Farbspektrum für Blüte
  • Farbkennung 220 [CCT of 2000K]
  • Farbwiedergabeindex 25 (max) Ra8
  • Nennlichtstrom EM 25°C 58500 Lm
  • Nennlichtausbeute EM 25°C 136.7 Lm/W
  • { if (response.redirected) { window.location.href = response.url; } else if (response.ok) { return response.json(); } else { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "warning", text: "Could not add item to wishlist." }], 5000 ); } }).then(response => { if (!response) { return } typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: (response.success) ? "success" : "error", text: (response.success) ? "Produkt wurde zu Ihrer Wunschliste hinzugefügt." : response.error_message }], 5000 ); window.dispatchEvent(new CustomEvent("reload-customer-section-data")); }).catch(function (error) { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "error", text: error }], 5000 ); }); }, // end addToWishlist() addToCompare(productId) { const formKey = hyva.getFormKey(); const postUrl = BASE_URL + 'catalog/product_compare/add/'; fetch(postUrl, { "headers": { "content-type": "application/x-www-form-urlencoded; charset=UTF-8", }, "body": "form_key=" + formKey + "&product=" + productId + "&uenc=" + hyva.getUenc(), "method": "POST", "mode": "cors", "credentials": "include" }).then(response => { if (response.redirected) { window.location.href = response.url; } }).catch(error => { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "error", text: error }], 5000 ); }); }, // slider properties active: 0, getSlider() { return this.$root.querySelector('.js_slides'); }, pageSize: 4, pageFillers: 0, calcPageSize() { const slider = this.getSlider(); if (slider) { this.pageSize = Math.round(slider.clientWidth / slider.querySelector('.js_slide').clientWidth); this.pageFillers = ( this.pageSize * Math.ceil(this.products.length / this.pageSize) ) - this.products.length; } }, calcActive() { const slider = this.getSlider(); if (slider) { this.active = Math.ceil( Math.round( slider.scrollLeft / (slider.scrollWidth / (this.products.length + this.pageFillers)) ) / this.pageSize ) * this.pageSize; } } } }