Ultra-Slim downlight DALI dæmp. WW, 10W
Varenummer: 62346-D
Login eller ansøg om konto for at få adgang til at handle i vores portal
Ultra-Slim downlight DALI dæmp. WW, 10W


Mere information
EAN: 5708829623466

Ultra-Slim downlight DALI dæmp. WW, 10W

 

  • Effekt: 10W
  • Spænding: 220 - 240V AC
  • Lysstyrke: 968 lumen
  • Lysfarve: 3.000 kelvin (WW)
  • LED type: 2835 SMD
  • Lysvinkel: 90°
  • Lysægthed: CRI>80
  • Dæmpbar: Ja, DALI
  • MacAdam grad: SDCM<4
  • Levetid: 50.000 timer
  • Mål: ø: 140 mm. / højde: 27 mm.
  • Hulstørrelse: 125~130 mm.
  • Certifikater: CE, RoHS
  • 5 års fuld garanti
 

`; } 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 }); })();