XIAOMI MI 20W Mbushes Type C

19.90 Çmimi origjinal qe: €19.90.12.90Çmimi i tanishëm është: €12.90.

Lowest price in the last 30 days: 12.90

Lowest price in the last 30 days: 12.90

Blej Tani
2-day Delivery
Speedy and reliable parcel delivery!
:
:
:
Remains until the end of the offer

Përshkrim

Xiaomi Mi 20W Charger (Type‑C) – Specifikimet

🔹 Karakteristikat kryesore

  • Modeli: Mi 20W Charger (Type‑C)
  • Porti i daljes: USB‑C (Type‑C)
  • Fuqia maksimale: 20 W
  • Input (hyrje): 100‑240 V~, 50/60 Hz, 0.5 A
  • Output (dalje):
    • 5 V ⎓ 3 A
    • 9 V ⎓ 2.22 A
    • 12 V ⎓ 1.67 A
    • (20 W max)
  • Protocol i karikimit: USB Power Delivery (PD) për ngarkim të shpejtë
  • Kompatibilitet: Smartfonë dhe pajisje me USB‑C që mbështesin karikim të shpejtë

Informacion shtesë

Brand

Ngjyra

Kategorite

Kapaciteti

Reviews

There are no reviews yet.

Be the first to review “XIAOMI MI 20W Mbushes Type C”

Adresa juaj email s’do të bëhet publike. Fushat e domosdoshme janë shënuar me një *

Log in

You dont have an account yet? Register Now

Select at least 2 products
to compare

document.addEventListener("DOMContentLoaded", function () { let page = 1; let loading = false; let finished = false; const btn = document.getElementById("bt-load-more"); const container = document.getElementById("bt-products"); if (!btn || !container) return; // kjo e shpëton nga error function loadProducts() { if (loading || finished) return; loading = true; btn.innerText = "Duke u ngarkuar..."; fetch(`/wp-admin/admin-ajax.php?action=bt_load_products&page=${page}`) .then(res => res.text()) .then(data => { if (!data.trim()) { finished = true; btn.innerText = "Nuk ka më produkte"; return; } container.insertAdjacentHTML("beforeend", data); page++; loading = false; btn.innerText = "Shiko më shumë produkte"; }); } loadProducts(); // kjo e mbush fillimin btn.addEventListener("click", loadProducts); });