homebridge-ac-freedom 2.3.0 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.3.2
4
+
5
+ - **Fix AUTO mode byte overflow** — local protocol uses 3-bit mode field; AUTO is now correctly encoded as 0 (not 8, which silently truncated to 0 in the wrong byte position)
6
+ - **Fix comfwind local polling** — Comfortable Wind state now read from local Broadlink state
7
+ - **Fix fan speed default** — initial `AcState.fanSpeed` corrected from 5 to 0 (AUTO)
8
+ - **Fix unhandled Promise rejection** — `discoverDevices()` now has `.catch()` to avoid Node.js ≥18 crash on cloud login failure
9
+ - **Fix timer and socket leak** — accessories now expose `destroy()` (clears poll interval + closes UDP socket); platform calls it before recreating accessories
10
+ - **Refactor send functions** — unified `_send(localFn, cloudFn)` helper replaces repeated if/else branches in all 8 send methods
11
+ - **Fix config.schema.json layout** — `showFan` was incorrectly nested inside the presets fieldset
12
+ - **Add peerDependencies** to package.json
13
+ - **i18n cleanup** — removed 26 unused keys from all 14 language files; added `fetch`, `cloudDevices`, `localDevices` keys
14
+ - **Fix tr.json typo** — "düyməsi" (Azerbaijani) corrected to "düğmesi" (Turkish)
15
+
16
+ ## 2.3.1
17
+
18
+ - **Config UI overhaul** — complete redesign of the custom Homebridge UI
19
+ - Cloud credentials (Email, Password, Region, Fetch) all on one row
20
+ - **Cloud Devices** section appears only after a successful Fetch
21
+ - **Local Devices** section with full-width Add Device button
22
+ - Device cards: Name + Connection, IP + MAC, Temperature Step + Poll Interval, and Features all wrapped in consistent fieldset style
23
+ - Connection toggle: **Cloud** / **Hybrid** (Hybrid reveals IP + MAC fields)
24
+ - Features row: Fan · Sleep · Display · Health · Clean · Eco · Comf. Wind (all 7 in one line, no icons)
25
+ - Poll Interval changed from free input to fixed dropdown: 5 / 10 / 20 / 30 / 60 s
26
+ - New device defaults: only **Fan** and **Sleep** enabled out of the box
27
+ - Section headers centered, no underline borders
28
+ - Badge (Cloud / Hybrid / Local) moved to the right of the card header next to Remove
29
+
30
+ > **Upgrading from v2.2?** HomeKit accessories and automations are preserved (UUID is name-based). However, the new UI uses platform-level cloud credentials — open the plugin settings, enter your email/password and press **Fetch** to rediscover your devices.
31
+
3
32
  ## 2.3.0
4
33
 
5
34
  - **New architecture: Hybrid + Local Only connection modes**
@@ -159,12 +159,12 @@
159
159
  { "key": "devices[].local.mac" }
160
160
  ]
161
161
  },
162
+ { "key": "devices[].showFan" },
162
163
  {
163
164
  "key": "devices[].presets",
164
165
  "type": "fieldset",
165
166
  "title": "Features",
166
167
  "items": [
167
- { "key": "devices[].showFan" },
168
168
  { "key": "devices[].presets.sleep" },
169
169
  { "key": "devices[].presets.health" },
170
170
  { "key": "devices[].presets.eco" },
@@ -1,29 +1,13 @@
1
1
  {
2
- "devices": "الأجهزة",
3
2
  "deviceName": "اسم الجهاز",
4
3
  "connection": "الاتصال",
5
4
  "cloud": "السحابة",
6
5
  "local": "محلي",
7
- "cloudSettings": "إعدادات السحابة",
8
6
  "email": "البريد الإلكتروني",
9
- "emailHint": "بريد حساب تطبيق AC Freedom",
10
7
  "password": "كلمة المرور",
11
- "passwordHint": "كلمة مرور تطبيق AC Freedom",
12
8
  "region": "المنطقة",
13
- "regionHint": "منطقة الخادم لحسابك",
14
- "regionEu": "أوروبا",
15
- "regionUsa": "الولايات المتحدة",
16
- "regionCn": "الصين",
17
- "regionRus": "روسيا",
18
- "deviceId": "معرّف الجهاز",
19
- "deviceIdOptional": "اختياري",
20
- "deviceIdHint": "اتركه فارغاً للكشف التلقائي عن الجهاز الأول",
21
- "localSettings": "الإعدادات المحلية",
22
9
  "ip": "عنوان IP",
23
- "ipHint": "عنوان IP المحلي للمكيف (مثال: 192.168.1.100)",
24
10
  "mac": "عنوان MAC",
25
- "macHint": "الصيغة: AA:BB:CC:DD:EE:FF",
26
- "features": "الميزات",
27
11
  "fan": "مروحة",
28
12
  "sleep": "نوم",
29
13
  "display": "شاشة",
@@ -31,23 +15,16 @@
31
15
  "clean": "تنظيف",
32
16
  "eco": "اقتصادي",
33
17
  "comfWind": "رياح مريحة",
34
- "settings": "الإعدادات",
35
18
  "tempStep": "خطوة الحرارة",
36
- "tempStepHint": "أدنى تعديل لدرجة الحرارة",
37
19
  "pollInterval": "فترة الاستطلاع (ثانية)",
38
- "pollIntervalHint": "تكرار جلب حالة المكيف (5–300)",
39
20
  "addDevice": "إضافة جهاز",
40
21
  "remove": "إزالة",
41
- "featuresHint": "للحصول على مظهر HomeKit أنيق، يُوصى بتفعيل المروحة ووضع إعداد مسبق واحد فقط — يُقترح اختيار النوم.",
42
22
  "hybrid": "هجين",
43
- "localOnly": "محلي فقط",
44
23
  "cloudCredentials": "بيانات اعتماد السحابة",
45
- "fetchDevices": "جلب الأجهزة",
46
24
  "fetching": "جارٍ الجلب...",
47
25
  "devicesFound": "أجهزة تم العثور عليها",
48
26
  "fetchFailed": "فشل الجلب",
49
- "endpointId": "معرّف الجهاز",
50
- "endpointIdHint": "يُملأ تلقائياً عبر «جلب الأجهزة». اتركه فارغاً لاستخدام الجهاز المُكتشَف الأول.",
51
- "localOverride": "اتصال محلي (اختياري)",
52
- "localOverrideHint": "أضف IP + MAC للاتصال المحلي المباشر. إذا كان متاحاً، يُفضَّل الاتصال المحلي على السحابة."
53
- }
27
+ "fetch": "جلب",
28
+ "cloudDevices": "أجهزة السحابة",
29
+ "localDevices": "الأجهزة المحلية"
30
+ }
@@ -1,29 +1,13 @@
1
1
  {
2
- "devices": "Geräte",
3
2
  "deviceName": "Gerätename",
4
3
  "connection": "Verbindung",
5
4
  "cloud": "Cloud",
6
5
  "local": "Lokal",
7
- "cloudSettings": "Cloud-Einstellungen",
8
6
  "email": "E-Mail",
9
- "emailHint": "E-Mail des AC Freedom App-Kontos",
10
7
  "password": "Passwort",
11
- "passwordHint": "Passwort der AC Freedom App",
12
8
  "region": "Region",
13
- "regionHint": "Server-Region Ihres Kontos",
14
- "regionEu": "Europa",
15
- "regionUsa": "USA",
16
- "regionCn": "China",
17
- "regionRus": "Russland",
18
- "deviceId": "Geräte-ID",
19
- "deviceIdOptional": "optional",
20
- "deviceIdHint": "Leer lassen für automatische Erkennung",
21
- "localSettings": "Lokale Einstellungen",
22
9
  "ip": "IP-Adresse",
23
- "ipHint": "Lokale IP des Klimageräts (z.B. 192.168.1.100)",
24
10
  "mac": "MAC-Adresse",
25
- "macHint": "Format: AA:BB:CC:DD:EE:FF",
26
- "features": "Funktionen",
27
11
  "fan": "Lüfter",
28
12
  "sleep": "Schlaf",
29
13
  "display": "Display",
@@ -31,23 +15,16 @@
31
15
  "clean": "Reinigung",
32
16
  "eco": "Eco",
33
17
  "comfWind": "Komfortwind",
34
- "settings": "Einstellungen",
35
18
  "tempStep": "Temperaturschritt",
36
- "tempStepHint": "Minimale Temperaturanpassung",
37
19
  "pollInterval": "Abfrageintervall (Sekunden)",
38
- "pollIntervalHint": "Wie oft der AC-Status abgerufen wird (5–300)",
39
20
  "addDevice": "Gerät hinzufügen",
40
21
  "remove": "Entfernen",
41
- "featuresHint": "Für ein übersichtliches HomeKit-Layout wird empfohlen, nur den Lüfter und einen einzigen Voreinstellungsmodus zu aktivieren — empfohlen wird Schlaf.",
42
22
  "hybrid": "Hybrid",
43
- "localOnly": "Nur Lokal",
44
23
  "cloudCredentials": "Cloud-Anmeldeinformationen",
45
- "fetchDevices": "Geräte abrufen",
46
24
  "fetching": "Wird abgerufen...",
47
25
  "devicesFound": "Geräte gefunden",
48
26
  "fetchFailed": "Abruf fehlgeschlagen",
49
- "endpointId": "Geräte-ID",
50
- "endpointIdHint": "Wird über „Geräte abrufen\" automatisch befüllt. Leer lassen, um das erste erkannte Gerät zu verwenden.",
51
- "localOverride": "Lokale Verbindung (optional)",
52
- "localOverrideHint": "IP + MAC für direkte lokale Verbindung hinzufügen. Bei Verfügbarkeit wird die lokale Verbindung bevorzugt."
53
- }
27
+ "fetch": "Abrufen",
28
+ "cloudDevices": "Cloud-Geräte",
29
+ "localDevices": "Lokale Geräte"
30
+ }
@@ -1,29 +1,13 @@
1
1
  {
2
- "devices": "Devices",
3
2
  "deviceName": "Device Name",
4
- "connection": "Connection",
3
+ "connection": "Connection Mode",
5
4
  "cloud": "Cloud",
6
5
  "local": "Local",
7
- "cloudSettings": "Cloud Settings",
8
6
  "email": "Email",
9
- "emailHint": "AC Freedom app account email",
10
7
  "password": "Password",
11
- "passwordHint": "AC Freedom app password",
12
8
  "region": "Region",
13
- "regionHint": "Server region for your account",
14
- "regionEu": "Europe",
15
- "regionUsa": "USA",
16
- "regionCn": "China",
17
- "regionRus": "Russia",
18
- "deviceId": "Device ID",
19
- "deviceIdOptional": "optional",
20
- "deviceIdHint": "Leave empty to auto-detect first device",
21
- "localSettings": "Local Settings",
22
9
  "ip": "IP Address",
23
- "ipHint": "AC unit's local IP (e.g. 192.168.1.100)",
24
10
  "mac": "MAC Address",
25
- "macHint": "Format: AA:BB:CC:DD:EE:FF",
26
- "features": "Features",
27
11
  "fan": "Fan",
28
12
  "sleep": "Sleep",
29
13
  "display": "Display",
@@ -31,23 +15,16 @@
31
15
  "clean": "Clean",
32
16
  "eco": "Eco",
33
17
  "comfWind": "Comf. Wind",
34
- "settings": "Settings",
35
18
  "tempStep": "Temperature Step",
36
- "tempStepHint": "Minimum temperature adjustment increment",
37
19
  "pollInterval": "Poll Interval (seconds)",
38
- "pollIntervalHint": "How often to fetch the AC state (5–300)",
39
20
  "addDevice": "Add Device",
40
21
  "remove": "Remove",
41
- "featuresHint": "For a clean HomeKit appearance, it is recommended to enable Fan and only one preset mode — Sleep is the suggested choice.",
42
22
  "hybrid": "Hybrid",
43
- "localOnly": "Local Only",
44
23
  "cloudCredentials": "Cloud Credentials",
45
- "fetchDevices": "Fetch Devices",
46
24
  "fetching": "Fetching...",
47
25
  "devicesFound": "devices found",
48
26
  "fetchFailed": "Fetch failed",
49
- "endpointId": "Device ID",
50
- "endpointIdHint": "Auto-filled via Fetch Devices. Leave empty to use the first discovered device.",
51
- "localOverride": "Local Override (optional)",
52
- "localOverrideHint": "Add IP + MAC for direct local connection. Local is preferred over cloud when available."
53
- }
27
+ "fetch": "Fetch",
28
+ "cloudDevices": "Cloud Devices",
29
+ "localDevices": "Local Devices"
30
+ }
@@ -1,29 +1,13 @@
1
1
  {
2
- "devices": "Dispositivos",
3
2
  "deviceName": "Nombre del dispositivo",
4
3
  "connection": "Conexión",
5
4
  "cloud": "Nube",
6
5
  "local": "Local",
7
- "cloudSettings": "Configuración de nube",
8
6
  "email": "Correo electrónico",
9
- "emailHint": "Correo de la cuenta de la app AC Freedom",
10
7
  "password": "Contraseña",
11
- "passwordHint": "Contraseña de la app AC Freedom",
12
8
  "region": "Región",
13
- "regionHint": "Región del servidor de su cuenta",
14
- "regionEu": "Europa",
15
- "regionUsa": "EE.UU.",
16
- "regionCn": "China",
17
- "regionRus": "Rusia",
18
- "deviceId": "ID del dispositivo",
19
- "deviceIdOptional": "opcional",
20
- "deviceIdHint": "Dejar vacío para detección automática",
21
- "localSettings": "Configuración local",
22
9
  "ip": "Dirección IP",
23
- "ipHint": "IP local del aire acondicionado (p. ej. 192.168.1.100)",
24
10
  "mac": "Dirección MAC",
25
- "macHint": "Formato: AA:BB:CC:DD:EE:FF",
26
- "features": "Funciones",
27
11
  "fan": "Ventilador",
28
12
  "sleep": "Sueño",
29
13
  "display": "Pantalla",
@@ -31,23 +15,16 @@
31
15
  "clean": "Limpieza",
32
16
  "eco": "Eco",
33
17
  "comfWind": "Viento confort",
34
- "settings": "Ajustes",
35
18
  "tempStep": "Paso de temperatura",
36
- "tempStepHint": "Incremento mínimo de ajuste de temperatura",
37
19
  "pollInterval": "Intervalo de consulta (segundos)",
38
- "pollIntervalHint": "Con qué frecuencia obtener el estado del AC (5–300)",
39
20
  "addDevice": "Agregar dispositivo",
40
21
  "remove": "Eliminar",
41
- "featuresHint": "Para una apariencia limpia en HomeKit, se recomienda activar el Ventilador y solo un modo preestablecido — Sueño es la opción sugerida.",
42
22
  "hybrid": "Híbrido",
43
- "localOnly": "Solo local",
44
23
  "cloudCredentials": "Credenciales de nube",
45
- "fetchDevices": "Obtener dispositivos",
46
24
  "fetching": "Obteniendo...",
47
25
  "devicesFound": "dispositivos encontrados",
48
26
  "fetchFailed": "Error al obtener",
49
- "endpointId": "ID del dispositivo",
50
- "endpointIdHint": "Se rellena automáticamente con «Obtener dispositivos». Dejar vacío para usar el primer dispositivo detectado.",
51
- "localOverride": "Conexión local (opcional)",
52
- "localOverrideHint": "Añadir IP + MAC para conexión local directa. Si está disponible, se prefiere la conexión local."
53
- }
27
+ "fetch": "Obtener",
28
+ "cloudDevices": "Dispositivos en la nube",
29
+ "localDevices": "Dispositivos locales"
30
+ }
@@ -1,29 +1,13 @@
1
1
  {
2
- "devices": "Appareils",
3
2
  "deviceName": "Nom de l'appareil",
4
3
  "connection": "Connexion",
5
4
  "cloud": "Cloud",
6
5
  "local": "Local",
7
- "cloudSettings": "Paramètres Cloud",
8
6
  "email": "E-mail",
9
- "emailHint": "E-mail du compte de l'application AC Freedom",
10
7
  "password": "Mot de passe",
11
- "passwordHint": "Mot de passe de l'application AC Freedom",
12
8
  "region": "Région",
13
- "regionHint": "Région du serveur de votre compte",
14
- "regionEu": "Europe",
15
- "regionUsa": "États-Unis",
16
- "regionCn": "Chine",
17
- "regionRus": "Russie",
18
- "deviceId": "ID de l'appareil",
19
- "deviceIdOptional": "optionnel",
20
- "deviceIdHint": "Laisser vide pour détection automatique",
21
- "localSettings": "Paramètres locaux",
22
9
  "ip": "Adresse IP",
23
- "ipHint": "IP locale du climatiseur (ex. 192.168.1.100)",
24
10
  "mac": "Adresse MAC",
25
- "macHint": "Format : AA:BB:CC:DD:EE:FF",
26
- "features": "Fonctionnalités",
27
11
  "fan": "Ventilateur",
28
12
  "sleep": "Sommeil",
29
13
  "display": "Affichage",
@@ -31,23 +15,16 @@
31
15
  "clean": "Nettoyage",
32
16
  "eco": "Éco",
33
17
  "comfWind": "Vent confort",
34
- "settings": "Paramètres",
35
18
  "tempStep": "Pas de température",
36
- "tempStepHint": "Incrément minimal de réglage de la température",
37
19
  "pollInterval": "Intervalle d'interrogation (secondes)",
38
- "pollIntervalHint": "Fréquence de récupération de l'état du climatiseur (5–300)",
39
20
  "addDevice": "Ajouter un appareil",
40
21
  "remove": "Supprimer",
41
- "featuresHint": "Pour un affichage HomeKit épuré, il est recommandé d'activer le Ventilateur et un seul mode prédéfini — Sommeil est le choix conseillé.",
42
22
  "hybrid": "Hybride",
43
- "localOnly": "Local uniquement",
44
23
  "cloudCredentials": "Identifiants cloud",
45
- "fetchDevices": "Récupérer les appareils",
46
24
  "fetching": "Récupération...",
47
25
  "devicesFound": "appareils trouvés",
48
26
  "fetchFailed": "Échec de la récupération",
49
- "endpointId": "ID de l'appareil",
50
- "endpointIdHint": "Rempli automatiquement via « Récupérer les appareils ». Laisser vide pour utiliser le premier appareil détecté.",
51
- "localOverride": "Connexion locale (optionnelle)",
52
- "localOverrideHint": "Ajouter IP + MAC pour une connexion locale directe. Si disponible, la connexion locale est préférée."
53
- }
27
+ "fetch": "Récupérer",
28
+ "cloudDevices": "Appareils cloud",
29
+ "localDevices": "Appareils locaux"
30
+ }
@@ -1,29 +1,13 @@
1
1
  {
2
- "devices": "Dispositivi",
3
2
  "deviceName": "Nome dispositivo",
4
3
  "connection": "Connessione",
5
4
  "cloud": "Cloud",
6
5
  "local": "Locale",
7
- "cloudSettings": "Impostazioni Cloud",
8
6
  "email": "E-mail",
9
- "emailHint": "Email dell'account dell'app AC Freedom",
10
7
  "password": "Password",
11
- "passwordHint": "Password dell'app AC Freedom",
12
8
  "region": "Regione",
13
- "regionHint": "Regione del server del proprio account",
14
- "regionEu": "Europa",
15
- "regionUsa": "USA",
16
- "regionCn": "Cina",
17
- "regionRus": "Russia",
18
- "deviceId": "ID dispositivo",
19
- "deviceIdOptional": "opzionale",
20
- "deviceIdHint": "Lasciare vuoto per il rilevamento automatico",
21
- "localSettings": "Impostazioni locali",
22
9
  "ip": "Indirizzo IP",
23
- "ipHint": "IP locale del condizionatore (es. 192.168.1.100)",
24
10
  "mac": "Indirizzo MAC",
25
- "macHint": "Formato: AA:BB:CC:DD:EE:FF",
26
- "features": "Funzionalità",
27
11
  "fan": "Ventilatore",
28
12
  "sleep": "Sonno",
29
13
  "display": "Display",
@@ -31,23 +15,16 @@
31
15
  "clean": "Pulizia",
32
16
  "eco": "Eco",
33
17
  "comfWind": "Vento confort",
34
- "settings": "Impostazioni",
35
18
  "tempStep": "Passo temperatura",
36
- "tempStepHint": "Incremento minimo della regolazione della temperatura",
37
19
  "pollInterval": "Intervallo polling (secondi)",
38
- "pollIntervalHint": "Ogni quanto recuperare lo stato del AC (5–300)",
39
20
  "addDevice": "Aggiungi dispositivo",
40
21
  "remove": "Rimuovi",
41
- "featuresHint": "Per un aspetto HomeKit ordinato, si consiglia di abilitare il Ventilatore e un solo modo preimpostato — Sonno è la scelta suggerita.",
42
22
  "hybrid": "Ibrido",
43
- "localOnly": "Solo locale",
44
23
  "cloudCredentials": "Credenziali cloud",
45
- "fetchDevices": "Recupera dispositivi",
46
24
  "fetching": "Recupero in corso...",
47
25
  "devicesFound": "dispositivi trovati",
48
26
  "fetchFailed": "Recupero non riuscito",
49
- "endpointId": "ID dispositivo",
50
- "endpointIdHint": "Compilato automaticamente tramite «Recupera dispositivi». Lasciare vuoto per usare il primo dispositivo rilevato.",
51
- "localOverride": "Connessione locale (opzionale)",
52
- "localOverrideHint": "Aggiungere IP + MAC per la connessione locale diretta. Se disponibile, la connessione locale è preferita."
53
- }
27
+ "fetch": "Recupera",
28
+ "cloudDevices": "Dispositivi cloud",
29
+ "localDevices": "Dispositivi locali"
30
+ }
@@ -1,29 +1,13 @@
1
1
  {
2
- "devices": "デバイス",
3
2
  "deviceName": "デバイス名",
4
3
  "connection": "接続",
5
4
  "cloud": "クラウド",
6
5
  "local": "ローカル",
7
- "cloudSettings": "クラウド設定",
8
6
  "email": "メールアドレス",
9
- "emailHint": "AC Freedomアプリのアカウントメール",
10
7
  "password": "パスワード",
11
- "passwordHint": "AC Freedomアプリのパスワード",
12
8
  "region": "リージョン",
13
- "regionHint": "アカウントのサーバーリージョン",
14
- "regionEu": "ヨーロッパ",
15
- "regionUsa": "アメリカ",
16
- "regionCn": "中国",
17
- "regionRus": "ロシア",
18
- "deviceId": "デバイスID",
19
- "deviceIdOptional": "任意",
20
- "deviceIdHint": "最初のデバイスを自動検出するには空白のままにしてください",
21
- "localSettings": "ローカル設定",
22
9
  "ip": "IPアドレス",
23
- "ipHint": "エアコンのローカルIP(例:192.168.1.100)",
24
10
  "mac": "MACアドレス",
25
- "macHint": "形式: AA:BB:CC:DD:EE:FF",
26
- "features": "機能",
27
11
  "fan": "ファン",
28
12
  "sleep": "スリープ",
29
13
  "display": "ディスプレイ",
@@ -31,23 +15,16 @@
31
15
  "clean": "クリーン",
32
16
  "eco": "エコ",
33
17
  "comfWind": "快適風",
34
- "settings": "設定",
35
18
  "tempStep": "温度ステップ",
36
- "tempStepHint": "温度調整の最小単位",
37
19
  "pollInterval": "ポーリング間隔(秒)",
38
- "pollIntervalHint": "エアコンの状態を取得する頻度(5〜300)",
39
20
  "addDevice": "デバイスを追加",
40
21
  "remove": "削除",
41
- "featuresHint": "すっきりしたHomeKit表示のために、ファンと1つのプリセットモードのみ有効にすることをお勧めします — スリープが推奨です。",
42
22
  "hybrid": "ハイブリッド",
43
- "localOnly": "ローカルのみ",
44
23
  "cloudCredentials": "クラウド認証情報",
45
- "fetchDevices": "デバイスを取得",
46
24
  "fetching": "取得中...",
47
25
  "devicesFound": "台のデバイスが見つかりました",
48
26
  "fetchFailed": "取得に失敗しました",
49
- "endpointId": "デバイスID",
50
- "endpointIdHint": "「デバイスを取得」で自動入力されます。空白のままにすると最初に検出されたデバイスが使用されます。",
51
- "localOverride": "ローカル接続(任意)",
52
- "localOverrideHint": "直接ローカル接続のためにIP + MACを追加してください。利用可能な場合、ローカル接続が優先されます。"
53
- }
27
+ "fetch": "取得",
28
+ "cloudDevices": "クラウドデバイス",
29
+ "localDevices": "ローカルデバイス"
30
+ }
@@ -1,29 +1,13 @@
1
1
  {
2
- "devices": "기기",
3
2
  "deviceName": "기기 이름",
4
3
  "connection": "연결",
5
4
  "cloud": "클라우드",
6
5
  "local": "로컬",
7
- "cloudSettings": "클라우드 설정",
8
6
  "email": "이메일",
9
- "emailHint": "AC Freedom 앱 계정 이메일",
10
7
  "password": "비밀번호",
11
- "passwordHint": "AC Freedom 앱 비밀번호",
12
8
  "region": "지역",
13
- "regionHint": "계정의 서버 지역",
14
- "regionEu": "유럽",
15
- "regionUsa": "미국",
16
- "regionCn": "중국",
17
- "regionRus": "러시아",
18
- "deviceId": "기기 ID",
19
- "deviceIdOptional": "선택 사항",
20
- "deviceIdHint": "첫 번째 기기 자동 감지를 위해 비워 두세요",
21
- "localSettings": "로컬 설정",
22
9
  "ip": "IP 주소",
23
- "ipHint": "에어컨의 로컬 IP (예: 192.168.1.100)",
24
10
  "mac": "MAC 주소",
25
- "macHint": "형식: AA:BB:CC:DD:EE:FF",
26
- "features": "기능",
27
11
  "fan": "팬",
28
12
  "sleep": "수면",
29
13
  "display": "디스플레이",
@@ -31,23 +15,16 @@
31
15
  "clean": "청소",
32
16
  "eco": "에코",
33
17
  "comfWind": "쾌적 바람",
34
- "settings": "설정",
35
18
  "tempStep": "온도 단계",
36
- "tempStepHint": "최소 온도 조절 단위",
37
19
  "pollInterval": "폴링 간격 (초)",
38
- "pollIntervalHint": "에어컨 상태 조회 빈도 (5–300)",
39
20
  "addDevice": "기기 추가",
40
21
  "remove": "제거",
41
- "featuresHint": "깔끔한 HomeKit 화면을 위해 팬과 프리셋 모드 하나만 활성화하는 것을 권장합니다 — 수면을 추천합니다.",
42
22
  "hybrid": "하이브리드",
43
- "localOnly": "로컬 전용",
44
23
  "cloudCredentials": "클라우드 자격 증명",
45
- "fetchDevices": "기기 가져오기",
46
24
  "fetching": "가져오는 중...",
47
25
  "devicesFound": "기기 발견됨",
48
26
  "fetchFailed": "가져오기 실패",
49
- "endpointId": "기기 ID",
50
- "endpointIdHint": "「기기 가져오기」로 자동 입력됩니다. 비워두면 첫 번째 발견된 기기를 사용합니다.",
51
- "localOverride": "로컬 연결 (선택 사항)",
52
- "localOverrideHint": "직접 로컬 연결을 위해 IP + MAC을 추가하세요. 사용 가능한 경우 로컬 연결이 우선됩니다."
53
- }
27
+ "fetch": "가져오기",
28
+ "cloudDevices": "클라우드 기기",
29
+ "localDevices": "로컬 기기"
30
+ }
@@ -1,29 +1,13 @@
1
1
  {
2
- "devices": "Apparaten",
3
2
  "deviceName": "Apparaatnaam",
4
3
  "connection": "Verbinding",
5
4
  "cloud": "Cloud",
6
5
  "local": "Lokaal",
7
- "cloudSettings": "Cloud-instellingen",
8
6
  "email": "E-mail",
9
- "emailHint": "E-mailadres van uw AC Freedom-account",
10
7
  "password": "Wachtwoord",
11
- "passwordHint": "Wachtwoord van de AC Freedom-app",
12
8
  "region": "Regio",
13
- "regionHint": "Serverregio van uw account",
14
- "regionEu": "Europa",
15
- "regionUsa": "VS",
16
- "regionCn": "China",
17
- "regionRus": "Rusland",
18
- "deviceId": "Apparaat-ID",
19
- "deviceIdOptional": "optioneel",
20
- "deviceIdHint": "Leeglaten voor automatische detectie",
21
- "localSettings": "Lokale instellingen",
22
9
  "ip": "IP-adres",
23
- "ipHint": "Lokaal IP-adres van de airco (bijv. 192.168.1.100)",
24
10
  "mac": "MAC-adres",
25
- "macHint": "Formaat: AA:BB:CC:DD:EE:FF",
26
- "features": "Functies",
27
11
  "fan": "Ventilator",
28
12
  "sleep": "Slaap",
29
13
  "display": "Display",
@@ -31,23 +15,16 @@
31
15
  "clean": "Reinigen",
32
16
  "eco": "Eco",
33
17
  "comfWind": "Comfortwind",
34
- "settings": "Instellingen",
35
18
  "tempStep": "Temperatuurstap",
36
- "tempStepHint": "Minimale temperatuurinstelling",
37
19
  "pollInterval": "Poll-interval (seconden)",
38
- "pollIntervalHint": "Hoe vaak de AC-status wordt opgehaald (5–300)",
39
20
  "addDevice": "Apparaat toevoegen",
40
21
  "remove": "Verwijderen",
41
- "featuresHint": "Voor een overzichtelijk HomeKit-uiterlijk wordt aanbevolen alleen de Ventilator en één voorkeursmodus in te schakelen — Slaap is de aanbevolen keuze.",
42
22
  "hybrid": "Hybride",
43
- "localOnly": "Alleen lokaal",
44
23
  "cloudCredentials": "Cloudinloggegevens",
45
- "fetchDevices": "Apparaten ophalen",
46
24
  "fetching": "Ophalen...",
47
25
  "devicesFound": "apparaten gevonden",
48
26
  "fetchFailed": "Ophalen mislukt",
49
- "endpointId": "Apparaat-ID",
50
- "endpointIdHint": "Automatisch ingevuld via «Apparaten ophalen». Leeg laten om het eerste gevonden apparaat te gebruiken.",
51
- "localOverride": "Lokale verbinding (optioneel)",
52
- "localOverrideHint": "Voeg IP + MAC toe voor directe lokale verbinding. Indien beschikbaar wordt lokale verbinding verkozen."
53
- }
27
+ "fetch": "Ophalen",
28
+ "cloudDevices": "Cloud-apparaten",
29
+ "localDevices": "Lokale apparaten"
30
+ }
@@ -1,29 +1,13 @@
1
1
  {
2
- "devices": "Urządzenia",
3
2
  "deviceName": "Nazwa urządzenia",
4
3
  "connection": "Połączenie",
5
4
  "cloud": "Chmura",
6
5
  "local": "Lokalny",
7
- "cloudSettings": "Ustawienia chmury",
8
6
  "email": "E-mail",
9
- "emailHint": "Adres e-mail konta aplikacji AC Freedom",
10
7
  "password": "Hasło",
11
- "passwordHint": "Hasło do aplikacji AC Freedom",
12
8
  "region": "Region",
13
- "regionHint": "Region serwera Twojego konta",
14
- "regionEu": "Europa",
15
- "regionUsa": "USA",
16
- "regionCn": "Chiny",
17
- "regionRus": "Rosja",
18
- "deviceId": "ID urządzenia",
19
- "deviceIdOptional": "opcjonalne",
20
- "deviceIdHint": "Pozostaw puste, aby automatycznie wykryć pierwsze urządzenie",
21
- "localSettings": "Ustawienia lokalne",
22
9
  "ip": "Adres IP",
23
- "ipHint": "Lokalny adres IP klimatyzatora (np. 192.168.1.100)",
24
10
  "mac": "Adres MAC",
25
- "macHint": "Format: AA:BB:CC:DD:EE:FF",
26
- "features": "Funkcje",
27
11
  "fan": "Wentylator",
28
12
  "sleep": "Sen",
29
13
  "display": "Wyświetlacz",
@@ -31,23 +15,16 @@
31
15
  "clean": "Czyszczenie",
32
16
  "eco": "Eko",
33
17
  "comfWind": "Komfortowy wiatr",
34
- "settings": "Ustawienia",
35
18
  "tempStep": "Krok temperatury",
36
- "tempStepHint": "Minimalna zmiana temperatury",
37
19
  "pollInterval": "Interwał odpytywania (sekundy)",
38
- "pollIntervalHint": "Jak często pobierać stan klimatyzatora (5–300)",
39
20
  "addDevice": "Dodaj urządzenie",
40
21
  "remove": "Usuń",
41
- "featuresHint": "Dla przejrzystego wyglądu HomeKit zaleca się włączenie tylko Wentylatora i jednego trybu predefiniowanego — rekomendowany jest Sen.",
42
22
  "hybrid": "Hybrydowy",
43
- "localOnly": "Tylko lokalny",
44
23
  "cloudCredentials": "Dane logowania do chmury",
45
- "fetchDevices": "Pobierz urządzenia",
46
24
  "fetching": "Pobieranie...",
47
25
  "devicesFound": "urządzeń znaleziono",
48
26
  "fetchFailed": "Pobieranie nie powiodło się",
49
- "endpointId": "ID urządzenia",
50
- "endpointIdHint": "Wypełniany automatycznie przez «Pobierz urządzenia». Zostaw puste, aby użyć pierwszego wykrytego urządzenia.",
51
- "localOverride": "Połączenie lokalne (opcjonalne)",
52
- "localOverrideHint": "Dodaj IP + MAC dla bezpośredniego połączenia lokalnego. Jeśli dostępne, połączenie lokalne jest preferowane."
53
- }
27
+ "fetch": "Pobierz",
28
+ "cloudDevices": "Urządzenia chmurowe",
29
+ "localDevices": "Urządzenia lokalne"
30
+ }