LED TrueColor RGBW strip 24V. 19.2W/m. 240 LED/m. RGB+3000K. IP20. 10mm PCB
Varenummer: 6555X2
Login eller ansøg om konto for at få adgang til at handle i vores portal
Effekt (P): 19.2W/meter
Lysstyrke: 1.600 lumen/meter
Lysfarve: RGB+3.000 kelvin
Lysvinkel: 120°
Farvegengivelse: CRI>90
Dæmpbar: Ja
MacAdam: SDCM<4
Antal LED'er: 240/meter
Tæthedsgrad: IP20
Spænding (U): 24V DC
Mål: 10 mm. PCB / længde 10 meter
Afkortning: 50 mm
Materiale: SMD3838+2110 LED, 3OZ LED, rød 3M tape
Garanti: 5 år

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