{"product_id":"smfy-ufo-r2-rf","title":"جهاز التحكم الذكي الشامل Moes - ريموت واي فاي لجميع الأجهزة (IR + RF) متوافق مع أليكسا وجوجل","description":"\u003cstyle\u003e\n    \/* --- نظام خطوط ومتغيرات متجر SMARTIFY --- *\/\n    .smartify-product-wrapper {\n      --smartify-primary: #65afe5;\n      --smartify-gradient: linear-gradient(135deg, #65afe5 0%, #3a8cdb 100%);\n      --smartify-bg: #fbfbfd;\n      --smartify-card-bg: #ffffff;\n      --smartify-text-main: #1d1d1f;\n      --smartify-text-muted: #86868b;\n      --smartify-border: #f2f2f5;\n      --smartify-shadow: 0 14px 35px rgba(0, 0, 0, 0.05);\n      --smartify-radius: 24px;\n      \n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      background-color: var(--smartify-bg);\n      color: var(--smartify-text-main);\n      line-height: 1.7;\n      padding: 40px 20px;\n      direction: rtl;\n      text-align: right;\n      overflow-hidden: hidden;\n    }\n\n    \/* --- الحاويات ونظام البطاقات --- *\/\n    .smartify-container {\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n\n    .smartify-card {\n      background: var(--smartify-card-bg);\n      border-radius: var(--smartify-radius);\n      box-shadow: var(--smartify-shadow);\n      padding: 45px;\n      margin-bottom: 35px;\n      border: 1px solid var(--smartify-border);\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .smartify-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 20px 45px rgba(101, 175, 229, 0.12);\n    }\n\n    \/* --- المقدمة الأنيقة (Apple Style Intro) --- *\/\n    .smartify-intro {\n      text-align: center;\n      padding: 60px 30px;\n    }\n\n    .smartify-super-title {\n      color: var(--smartify-primary);\n      font-size: 0.95rem;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      margin-bottom: 12px;\n      display: block;\n    }\n\n    .smartify-main-title {\n      font-size: 2.8rem;\n      font-weight: 800;\n      letter-spacing: -0.5px;\n      color: var(--smartify-text-main);\n      margin-bottom: 20px;\n      line-height: 1.2;\n    }\n\n    .smartify-intro-desc {\n      font-size: 1.25rem;\n      color: var(--smartify-text-muted);\n      max-width: 800px;\n      margin: 0 auto 35px auto;\n      font-weight: 400;\n    }\n\n    \/* --- الوسوم الاحترافية (Badges \/ Tags) --- *\/\n    .smartify-tags {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 12px;\n      margin-top: 25px;\n    }\n\n    .smartify-tag {\n      background: rgba(101, 175, 229, 0.08);\n      color: #3a8cdb;\n      padding: 10px 22px;\n      border-radius: 50px;\n      font-size: 0.9rem;\n      font-weight: 600;\n      border: 1px solid rgba(101, 175, 229, 0.2);\n      transition: all 0.3s ease;\n    }\n\n    .smartify-tag:hover {\n      background: var(--smartify-primary);\n      color: #ffffff;\n    }\n\n    \/* --- العناوين الفرعية للبطاقات --- *\/\n    .smartify-section-title {\n      font-size: 1.8rem;\n      font-weight: 700;\n      margin-bottom: 30px;\n      color: var(--smartify-text-main);\n      position: relative;\n      padding-bottom: 12px;\n    }\n\n    .smartify-section-title::after {\n      content: \"\";\n      position: absolute;\n      bottom: 0;\n      right: 0;\n      width: 60px;\n      height: 4px;\n      background: var(--smartify-gradient);\n      border-radius: 2px;\n    }\n\n    \/* --- شبكة البطاقات للمميزات --- *\/\n    .smartify-grid-2 {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 25px;\n    }\n\n    .smartify-grid-3 {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 25px;\n    }\n\n    .smartify-feature-box {\n      background: #fdfdfd;\n      border: 1px solid var(--smartify-border);\n      padding: 30px;\n      border-radius: 18px;\n      transition: all 0.3s ease;\n      display: flex;\n      flex-direction: column;\n      justify-content: flex-start;\n    }\n\n    .smartify-feature-box:hover {\n      border-color: var(--smartify-primary);\n      background: #ffffff;\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);\n    }\n\n    .smartify-feature-title {\n      font-size: 1.25rem;\n      font-weight: 700;\n      color: var(--smartify-text-main);\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .smartify-feature-title::before {\n      content: \"\";\n      display: inline-block;\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: var(--smartify-gradient);\n    }\n\n    .smartify-feature-text {\n      font-size: 1rem;\n      color: var(--smartify-text-muted);\n      margin: 0;\n    }\n\n    \/* --- جدول المواصفات الدقيق --- *\/\n    .smartify-table-wrapper {\n      overflow-x: auto;\n    }\n\n    .smartify-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: right;\n    }\n\n    .smartify-table th,\n    .smartify-table td {\n      padding: 18px 20px;\n      border-bottom: 1px solid var(--smartify-border);\n      font-size: 1rem;\n    }\n\n    .smartify-table th {\n      width: 35%;\n      color: var(--smartify-text-main);\n      font-weight: 700;\n      background-color: rgba(101, 175, 229, 0.04);\n    }\n\n    .smartify-table td {\n      color: var(--smartify-text-muted);\n      font-weight: 500;\n    }\n\n    .smartify-table tr:last-child th,\n    .smartify-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* --- ملاحظات التأسيس والإعداد --- *\/\n    .smartify-steps {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .smartify-step-item {\n      display: flex;\n      align-items: flex-start;\n      margin-bottom: 25px;\n      padding-bottom: 25px;\n      border-bottom: 1px solid var(--smartify-border);\n    }\n\n    .smartify-step-item:last-child {\n      margin-bottom: 0;\n      padding-bottom: 0;\n      border-bottom: none;\n    }\n\n    .smartify-step-num {\n      background: var(--smartify-gradient);\n      color: #ffffff;\n      width: 38px;\n      height: 38px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 700;\n      font-size: 1.1rem;\n      flex-shrink: 0;\n      margin-left: 20px;\n    }\n\n    .smartify-step-content h4 {\n      font-size: 1.15rem;\n      font-weight: 700;\n      margin: 0 0 8px 0;\n      color: var(--smartify-text-main);\n    }\n\n    .smartify-step-content p {\n      font-size: 0.98rem;\n      color: var(--smartify-text-muted);\n      margin: 0;\n    }\n\n    \/* --- زر Call to Action --- *\/\n    .smartify-cta-box {\n      text-align: center;\n      padding: 50px 30px;\n      background: linear-gradient(180deg, #ffffff 0%, rgba(101, 175, 229, 0.06) 100%);\n    }\n\n    .smartify-btn {\n      display: inline-block;\n      background: var(--smartify-gradient);\n      color: #ffffff;\n      font-size: 1.1rem;\n      font-weight: 700;\n      padding: 16px 45px;\n      border-radius: 50px;\n      text-decoration: none;\n      box-shadow: 0 10px 25px rgba(101, 175, 229, 0.35);\n      transition: all 0.3s ease;\n      border: none;\n      cursor: pointer;\n    }\n\n    .smartify-btn:hover {\n      transform: scale(1.04);\n      box-shadow: 0 15px 30px rgba(101, 175, 229, 0.45);\n      color: #ffffff;\n    }\n\n    \/* --- التجاوب مع الشاشات (Responsive Design) --- *\/\n    @media (max-width: 900px) {\n      .smartify-grid-3 {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 768px) {\n      .smartify-product-wrapper {\n        padding: 20px 10px;\n      }\n\n      .smartify-card {\n        padding: 25px 20px;\n        border-radius: 18px;\n      }\n\n      .smartify-main-title {\n        font-size: 2rem;\n      }\n\n      .smartify-intro-desc {\n        font-size: 1.05rem;\n      }\n\n      .smartify-grid-2,\n      .smartify-grid-3 {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .smartify-table th,\n      .smartify-table td {\n        padding: 12px 10px;\n        font-size: 0.9rem;\n      }\n\n      .smartify-step-item {\n        flex-direction: column;\n        align-items: flex-start;\n      }\n\n      .smartify-step-num {\n        margin-left: 0;\n        margin-bottom: 12px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"smartify-product-wrapper\"\u003e\n\u003cdiv class=\"smartify-container\"\u003e\n\u003cdiv class=\"smartify-card smartify-intro\"\u003e\n\u003cspan class=\"smartify-super-title\"\u003eمستقبل المنزل الذكي من SMARTIFY\u003c\/span\u003e\n\u003ch1 class=\"smartify-main-title\"\u003eجهاز التحكم الذكي الشامل Moes WiFi RF IR\u003c\/h1\u003e\n\u003cp class=\"smartify-intro-desc\"\u003eمركز قيادة موحد ومصمم بهندسة فائقة ليلغي تماماً فوضى أجهزة التحكم التقليدية في منزلك. بدمج ثوري بين تقنية الأشعة تحت الحمراء وترددات الراديو، يمنحك هذا الجهاز تحكماً مطلقاً وسلساً في جميع أجهزتك المنزلية من أي مكان في العالم عبر هاتفك الذكي، أو من خلال الأوامر الصوتية الفورية بالتعاون مع أنظمة الذكاء الاصطناعي.\u003c\/p\u003e\n\u003cdiv class=\"smartify-tags\"\u003e\n\u003cspan class=\"smartify-tag\"\u003eدمج شامل IR + RF\u003c\/span\u003e \u003cspan class=\"smartify-tag\"\u003eدعم Amazon Alexa\u003c\/span\u003e \u003cspan class=\"smartify-tag\"\u003eدعم Google Assistant\u003c\/span\u003e \u003cspan class=\"smartify-tag\"\u003eتطبيق Smart Life و Tuya\u003c\/span\u003e \u003cspan class=\"smartify-tag\"\u003eتغطية محيطية 360 درجة\u003c\/span\u003e \u003cspan class=\"smartify-tag\"\u003eخاصية التعلم الذاتي DIY\u003c\/span\u003e \u003cspan class=\"smartify-tag\"\u003eتصميم مدمج وبسيط\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"smartify-card\"\u003e\n\u003ch2 class=\"smartify-section-title\"\u003eهندسة التحكم الذكي\u003c\/h2\u003e\n\u003cdiv class=\"smartify-grid-3\"\u003e\n\u003cdiv class=\"smartify-feature-box\"\u003e\n\u003cdiv class=\"smartify-feature-title\"\u003eتكامل مزدوج للترددات\u003c\/div\u003e\n\u003cp class=\"smartify-feature-text\"\u003eيدعم تشغيل أجهزة الأشعة تحت الحمراء (IR) بتردد 38KHz مثل المكيفات وأجهزة التلفاز، بالإضافة إلى أجهزة ترددات الراديو (RF) بتردد 433MHz و 315MHz مثل الستائر الذكية وأبواب الكراجات.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"smartify-feature-box\"\u003e\n\u003cdiv class=\"smartify-feature-title\"\u003eتحكم عالمي بلا حدود\u003c\/div\u003e\n\u003cp class=\"smartify-feature-text\"\u003eإدارة كاملة لجميع أجهزة منزلك عبر تطبيق Smart Life أو Tuya Smart المجاني من أي مكان في العالم. قم بتشغيل مكيف الهواء قبل وصولك لتنعم بأجواء منزلية مثالية.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"smartify-feature-box\"\u003e\n\u003cdiv class=\"smartify-feature-title\"\u003eأوامر صوتية فورية\u003c\/div\u003e\n\u003cp class=\"smartify-feature-text\"\u003eمتوافق بالكامل مع المساعدات الصوتية Amazon Alexa و Google Home، مما يتيح لك تشغيل التلفاز، تعديل درجة الحرارة، أو إغلاق الستائر عبر توجيه أمر صوتي بسيط وبدون استخدام اليدين.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"smartify-feature-box\"\u003e\n\u003cdiv class=\"smartify-feature-title\"\u003eخاصية التعلم الذاتي DIY\u003c\/div\u003e\n\u003cp class=\"smartify-feature-text\"\u003eفي حال لم يكن جهازك مدرجاً في قائمة العلامات التجارية، تتيح لك ميزة التعلم المخصص نسخ وحفظ إشارات أي جهاز تحكم تقليدي بسهولة فائقة، لضمان توافق شامل بنسبة الكاملة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"smartify-feature-box\"\u003e\n\u003cdiv class=\"smartify-feature-title\"\u003eتغطية محيطية 360 درجة\u003c\/div\u003e\n\u003cp class=\"smartify-feature-text\"\u003eمزود بمرسلات إشارة دقيقة تبث الأوامر في جميع الاتجاهات لتغطية الغرفة بالكامل بمسافة تصل إلى 8 أمتار أفقياً وحتى 15 متراً في الاتجاه المقابل وبدون أي زوايا ميتة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"smartify-feature-box\"\u003e\n\u003cdiv class=\"smartify-feature-title\"\u003eجدولة ومشاركة عائلية\u003c\/div\u003e\n\u003cp class=\"smartify-feature-text\"\u003eقم بإنشاء جداول زمنية مؤتمتة ومشاهد ذكية لتشغيل أو إيقاف الأجهزة تلقائياً، مع إمكانية مشاركة صلاحيات التحكم مع جميع أفراد عائلتك بضغطة زر واحدة من التطبيق.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"smartify-card\"\u003e\n\u003ch2 class=\"smartify-section-title\"\u003eالمواصفات التقنية الدقيقة\u003c\/h2\u003e\n\u003cdiv class=\"smartify-table-wrapper\"\u003e\n\u003ctable class=\"smartify-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eاسم المنتج والموديل\u003c\/th\u003e\n\u003ctd\u003eجهاز التحكم الذكي الشامل Moes WiFi RF IR Universal Remote (UFO-R-RF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eمدخلات الطاقة والبائع\u003c\/th\u003e\n\u003ctd\u003eDC 5V \/ 1A (عبر منفذ Micro USB 2.0 عالي السرعة)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eاستهلاك الطاقة في وضع الاستعداد\u003c\/th\u003e\n\u003ctd\u003eأقل من أو يساوي 0.4 واط (كفاءة عالية في توفير الطاقة)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eتقنية الاتصال اللاسلكي\u003c\/th\u003e\n\u003ctd\u003eWi-Fi 2.4GHz (802.11 b\/g\/n)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eتردد الأشعة تحت الحمراء (IR)\u003c\/th\u003e\n\u003ctd\u003e38KHz (دعم قنوات التحكم المتعددة Multiple Way)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eترددات الراديو المدعومة (RF)\u003c\/th\u003e\n\u003ctd\u003e433MHz \/ 315MHz (للستائر، المفاتيح، والأنظمة اللاسلكية)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eنطاق ومسافة التحكم\u003c\/th\u003e\n\u003ctd\u003eتغطية محيطية 360 درجة، مسافة أفقية حتى 8 أمتار ومقابلة حتى 15 متراً\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالتطبيقات المعتمدة والتوافق\u003c\/th\u003e\n\u003ctd\u003eSmart Life \/ Tuya Smart (متوافق مع أنظمة iOS 8.0 وأندرويد 4.0 فما فوق)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالتوافق مع أنظمة الصوت الذكية\u003c\/th\u003e\n\u003ctd\u003eAmazon Alexa, Google Assistant (Google Home)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eبيئة التشغيل (الحرارة والرطوبة)\u003c\/th\u003e\n\u003ctd\u003eدرجة الحرارة: من 0 إلى 50 درجة مئوية | الرطوبة التشغيلية: أقل من 85% RH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالأبعاد والوزن\u003c\/th\u003e\n\u003ctd\u003e68 × 68 × 27 مم (تصميم دائري انسيابي ومصغر جداً)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eمحتويات العبوة الرسمية\u003c\/th\u003e\n\u003ctd\u003eجهاز التحكم الشامل Moes، كابل طاقة Micro USB، دليل الاستخدام والتأسيس\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"smartify-card\"\u003e\n\u003ch2 class=\"smartify-section-title\"\u003eملاحظات التأسيس والإعداد السريع\u003c\/h2\u003e\n\u003cul class=\"smartify-steps\"\u003e\n\u003cli class=\"smartify-step-item\"\u003e\n\u003cdiv class=\"smartify-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"smartify-step-content\"\u003e\n\u003ch4\u003eالتوصيل وتجهيز الطاقة\u003c\/h4\u003e\n\u003cp\u003eقم بتوصيل جهاز Moes بمصدر طاقة ثابت باستخدام كابل Micro USB المرفق ومحول طاقة قياسي بجهد 5V\/1A. ستلاحظ إضاءة مؤشر التأسيس لبدء وضع الاقتران.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"smartify-step-item\"\u003e\n\u003cdiv class=\"smartify-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"smartify-step-content\"\u003e\n\u003ch4\u003eتجهيز شبكة الواي فاي\u003c\/h4\u003e\n\u003cp\u003eتأكد من اتصال هاتفك الذكي بشبكة Wi-Fi بتردد 2.4GHz فقط. يجب إيقاف تشغيل شبكات 5GHz أو أي تطبيقات VPN مؤقتاً في هاتفك أثناء مرحلة الربط لضمان نجاح المزامنة فوراً.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"smartify-step-item\"\u003e\n\u003cdiv class=\"smartify-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"smartify-step-content\"\u003e\n\u003ch4\u003eالربط مع تطبيق Smart Life\u003c\/h4\u003e\n\u003cp\u003eافتح تطبيق Smart Life أو Tuya Smart المجاني، اضغط على علامة (+) في الزاوية العلوية لإضافة جهاز جديد. سيقوم التطبيق بالتعرف التلقائي على الجهاز، أو يمكنك اختياره يدوياً من قسم التحكم العام (Universal Remote).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"smartify-step-item\"\u003e\n\u003cdiv class=\"smartify-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"smartify-step-content\"\u003e\n\u003ch4\u003eإضافة الأجهزة أو النسخ الذكي (DIY)\u003c\/h4\u003e\n\u003cp\u003eبعد اكتمال إضافة الريموت الشامل، ادخل إلى لوحة التحكم الخاصة به واضغط على \"Add Remote\" لاختيار ماركة جهازك (تلفاز، مكيف، ستائر). في حال عدم وجود الماركة، اختر نمط \"DIY\"، ثم وجه الريموت التقليدي نحو جهاز Moes واضغط على الزر لنسخ وحفظ الإشارة بدقة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"smartify-step-item\"\u003e\n\u003cdiv class=\"smartify-step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"smartify-step-content\"\u003e\n\u003ch4\u003eتفعيل التحكم الصوتي الذكي\u003c\/h4\u003e\n\u003cp\u003eلربط أجهزتك بالمساعد الصوتي، انتقل إلى إعدادات حسابك في تطبيق Smart Life، واختر ربط الخدمة مع Amazon Alexa أو Google Assistant لتتمكن من إلقاء الأوامر الصوتية وإدارة منزلك بسلاسة تامة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"smartify-card smartify-cta-box\"\u003e\n\u003ch2 class=\"smartify-section-title\" style=\"display: inline-block; margin-bottom: 15px;\"\u003eارتقِ بمنزلك إلى المستوى الذكي اليوم\u003c\/h2\u003e\n\u003cp class=\"smartify-intro-desc\" style=\"margin-bottom: 25px;\"\u003eاجمع كل أجهزة التحكم في مكان واحد واختبر سهولة الأتمتة الحقيقية مع ضمان الجودة والدعم الفني المعتمد من متجر SMARTIFY.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"moes","offers":[{"title":"Default Title","offer_id":52053255323946,"sku":"SMFY-UFO-R2-RF","price":22000.0,"currency_code":"IQD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0889\/7504\/9002\/files\/IRRF.png?v=1783486970","url":"https:\/\/smartifyiq.com\/products\/smfy-ufo-r2-rf","provider":"SMARTIFY","version":"1.0","type":"link"}