NOXION Delta Pro LED panel 60x60, 40W, WW
Varenummer: 20640
Login eller ansøg om konto for at få adgang til at handle i vores portal
NOXION Delta Pro LED panel 60x60, 40W,, WW


Mere information
EAN: 8719157001663

LED panel Delta Pro 60x60 cm, WW

Org.nr. 223697

Specifikationer:

  • Forbrug: 40W
  • Lysstyrke: 4.000 lumen
  • Lysfarve: 3.000 kelvin
  • Dæmpbar: Ja - hvis dæmpbar driver som vælges i tilkøb
  • Ra/CRI: >80
  • Tæthedsgrad: IP20
  • Lysspredning: 120°
  • Mål: 595x595mm


Se yderligere data på databladet under 'Dokumenter'


`; } ns.run = function () { const title = txt(SELECTORS.title, "Produkt"); const sku = findSkuFromText(txt(SELECTORS.sku, "")); const table = pickBestSpecsTable(); const specs = extractSpecs(table); // prøv at finde et “fornuftigt” billede (første store) let imgSrc = ""; const imgs = Array.from(document.querySelectorAll("img")) .map(i => i.getAttribute("src") || i.getAttribute("data-src") || "") .filter(Boolean); imgSrc = imgs.find(s => !s.includes("logo") && !s.includes("icon")) || ""; const w = window.open("", "_blank", "noopener,noreferrer"); if (!w) { alert("Popup blev blokeret. Tillad popups for at printe datablad."); return; } w.document.open(); w.document.write(renderPrintHTML({ sku, title, specs, imgSrc })); w.document.close(); }; // Binder knap-klassen til generatoren const BTN_SELECTOR = ".open-datablad"; function attach() { document.querySelectorAll(BTN_SELECTOR).forEach(btn => { if (btn.dataset.dgBound === "1") return; btn.dataset.dgBound = "1"; btn.addEventListener("click", function (e) { e.preventDefault(); window.DatabladGenerator.run(); }); }); } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", attach); } else { attach(); } new MutationObserver(attach).observe(document.documentElement, { childList: true, subtree: true }); })();