XTreme MSAG-12HRFN8-I /MSAG-12HRFN8-

10 stok

Përshkrim

❄️ Specifika – XTreme MSAG-12HRFN8-I / O

  • Kapaciteti: 12,000 BTU (≈ 3.5–4.3 kW)
  • Tipi: Inverter split (muror)
  • Klasa energjetike: A++ (ngrohje deri A+++)
  • Sipërfaqe: deri ~35 m²
  • Gaz: R32 (eko-miqësor)
  • Ftohje / Ngrohje: Po (punon deri -25°C në ngrohje)
  • Zhurma: shumë e ulët (~21–37 dB)
  • Funksione: Turbo, Sleep, Auto, Self-clean, Timer, Follow Me
  • WiFi: opsional

Informacion shtesë

Brand

Kategorite

Kapaciteti

Reviews

There are no reviews yet.

Be the first to review “XTreme MSAG-12HRFN8-I /MSAG-12HRFN8-”

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

1
    1
    Shporta e juaj!
    Samsung A34 5G 6/128GB Silver
    Samsung A34 5G 6/128GB Silver
    Qty: 1
    Price: 419.00
    419.00

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