iobroker.govee-smart 2.13.0 → 2.13.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/README.md +17 -53
- package/admin/i18n/{de/translations.json → de.json} +62 -1
- package/admin/i18n/{en/translations.json → en.json} +62 -1
- package/admin/i18n/{es/translations.json → es.json} +62 -1
- package/admin/i18n/{fr/translations.json → fr.json} +62 -1
- package/admin/i18n/{it/translations.json → it.json} +62 -1
- package/admin/i18n/{nl/translations.json → nl.json} +62 -1
- package/admin/i18n/{pl/translations.json → pl.json} +62 -1
- package/admin/i18n/{pt/translations.json → pt.json} +62 -1
- package/admin/i18n/{ru/translations.json → ru.json} +62 -1
- package/admin/i18n/{uk/translations.json → uk.json} +62 -1
- package/admin/i18n/{zh-cn/translations.json → zh-cn.json} +62 -1
- package/build/lib/capability-mapper.js +49 -49
- package/build/lib/capability-mapper.js.map +2 -2
- package/build/lib/device-manager.js +7 -3
- package/build/lib/device-manager.js.map +2 -2
- package/build/lib/handlers/device-events.js +3 -3
- package/build/lib/handlers/device-events.js.map +2 -2
- package/build/lib/i18n.js +42 -0
- package/build/lib/i18n.js.map +7 -0
- package/build/lib/state-manager.js +212 -204
- package/build/lib/state-manager.js.map +2 -2
- package/build/main.js +370 -361
- package/build/main.js.map +3 -3
- package/devices.json +6 -0
- package/io-package.json +27 -27
- package/package.json +1 -1
- package/build/lib/i18n-states.js +0 -865
- package/build/lib/i18n-states.js.map +0 -7
package/README.md
CHANGED
|
@@ -13,18 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
Control all [Govee](https://www.govee.com/) WiFi products from ioBroker — lights, sensors and appliances. Bluetooth-only devices are not supported.
|
|
15
15
|
|
|
16
|
-
The adapter uses every
|
|
17
|
-
|
|
18
|
-
- **LAN** (UDP) — primary for lights with LAN mode enabled
|
|
19
|
-
- **AWS IoT MQTT** — real-time status push when you supply your Govee account
|
|
20
|
-
- **OpenAPI MQTT** — push events for sensors and appliances (lackWater, iceFull etc.)
|
|
21
|
-
- **Cloud REST v2** — capabilities, scenes, control fallback
|
|
22
|
-
- **App API** — sensor readings (Govee's OpenAPI v2 returns empty for thermometers, the App API doesn't)
|
|
23
|
-
|
|
24
|
-
The Wiki lists every supported model and its test status:
|
|
25
|
-
|
|
26
|
-
- [Devices (English)](https://github.com/krobipd/ioBroker.govee-smart/wiki/Devices)
|
|
27
|
-
- [Geräte (Deutsch)](https://github.com/krobipd/ioBroker.govee-smart/wiki/Geraete)
|
|
16
|
+
The adapter uses every available Govee channel (LAN, Cloud REST, AWS IoT MQTT, OpenAPI MQTT, App API) and picks whichever delivers the fastest answer for each device. Details in the **[Wiki](https://github.com/krobipd/ioBroker.govee-smart/wiki)**.
|
|
28
17
|
|
|
29
18
|
---
|
|
30
19
|
|
|
@@ -56,7 +45,7 @@ Full user documentation lives in the **[Wiki](https://github.com/krobipd/ioBroke
|
|
|
56
45
|
- **Cloud and local snapshots** — Govee-app snapshots and ioBroker-side snapshots side by side
|
|
57
46
|
- **Groups** — bridge Govee groups into ioBroker with capability intersection across members
|
|
58
47
|
- **Diagnostics export button per device** — one-click JSON dump for bug reports
|
|
59
|
-
- **
|
|
48
|
+
- **Works without credentials** — LAN-only out of the box, each credential tier unlocks more
|
|
60
49
|
- **Rate-limited Cloud usage** — daily and per-minute budgets aligned to Govee's quota
|
|
61
50
|
|
|
62
51
|
---
|
|
@@ -70,42 +59,15 @@ Full user documentation lives in the **[Wiki](https://github.com/krobipd/ioBroke
|
|
|
70
59
|
|
|
71
60
|
---
|
|
72
61
|
|
|
73
|
-
##
|
|
62
|
+
## Getting started
|
|
74
63
|
|
|
75
|
-
|
|
76
|
-
| ------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
77
|
-
| **LAN only** | none | Lights with LAN mode: power, brightness, color, color temperature, local snapshots |
|
|
78
|
-
| **+ Cloud API key** | API key | + device names, capabilities, scenes, segments, Cloud snapshots, basic groups, sensor and appliance readings, push events for sensors/appliances |
|
|
79
|
-
| **+ Govee account** | email + password | + real-time status push for lights via AWS IoT MQTT, full group control |
|
|
80
|
-
|
|
81
|
-
Sensors and appliances always need at least the API key — they have no LAN protocol. See the [Setup page](https://github.com/krobipd/ioBroker.govee-smart/wiki/Setup) for how to get one.
|
|
64
|
+
The adapter works LAN-only without any credentials. Adding an API key unlocks scenes, segments, sensors and appliances. Adding your Govee email and password adds real-time status push and full group control. See the [Setup page](https://github.com/krobipd/ioBroker.govee-smart/wiki/Setup) for credential levels, how to get an API key, and network requirements.
|
|
82
65
|
|
|
83
66
|
---
|
|
84
67
|
|
|
85
|
-
##
|
|
86
|
-
|
|
87
|
-
| Port | Protocol | Direction | Purpose |
|
|
88
|
-
| ---- | -------- | ------------------------------------ | -------------------- |
|
|
89
|
-
| 4001 | UDP | Outbound (multicast 239.255.255.250) | LAN device discovery |
|
|
90
|
-
| 4002 | UDP | Inbound | LAN device responses |
|
|
91
|
-
| 4003 | UDP | Outbound | LAN device commands |
|
|
68
|
+
## Device support
|
|
92
69
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
---
|
|
96
|
-
|
|
97
|
-
## Device tiers
|
|
98
|
-
|
|
99
|
-
Each device shows where its model sits in the catalogue under `diag.tier`:
|
|
100
|
-
|
|
101
|
-
| Tier | Meaning |
|
|
102
|
-
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
|
|
103
|
-
| **verified** | Confirmed on real hardware — known per-SKU corrections active. |
|
|
104
|
-
| **reported** | Community-reported, treated as verified. |
|
|
105
|
-
| **seed** | Beta. Known per-SKU corrections only apply when **Enable experimental device support** is on in adapter settings. |
|
|
106
|
-
| **unknown** | The model isn't in the catalogue yet. Press `diag.export` on the device and post the resulting JSON in a GitHub issue so it can be added. |
|
|
107
|
-
|
|
108
|
-
The adapter writes one log line per model on startup if the model is `seed` (without the toggle) or `unknown` — once per startup, not on every reconnect.
|
|
70
|
+
Each device shows its test status under `diag.tier`. The [Devices page](https://github.com/krobipd/ioBroker.govee-smart/wiki/Devices) lists every supported model and what the status means.
|
|
109
71
|
|
|
110
72
|
---
|
|
111
73
|
|
|
@@ -129,6 +91,17 @@ This adapter's MQTT authentication and BLE-over-LAN (ptReal) protocol implementa
|
|
|
129
91
|
Placeholder for the next version (at the beginning of the line):
|
|
130
92
|
### **WORK IN PROGRESS**
|
|
131
93
|
-->
|
|
94
|
+
### 2.13.2 (2026-05-23)
|
|
95
|
+
|
|
96
|
+
- User-modified state names are no longer overwritten on adapter restart
|
|
97
|
+
- State name translations migrated to standard ioBroker i18n framework
|
|
98
|
+
|
|
99
|
+
### 2.13.1 (2026-05-22)
|
|
100
|
+
|
|
101
|
+
- Fixed race condition where LAN control states (power, brightness, color) were missing when a cloud-known device got LAN-discovered later — previously required adapter restart (Issue #15)
|
|
102
|
+
- Added H607C Floor Lamp 2 to the device catalog
|
|
103
|
+
- Community-standard event handler pattern (.bind + try/catch)
|
|
104
|
+
|
|
132
105
|
### 2.13.0 (2026-05-21)
|
|
133
106
|
|
|
134
107
|
- Honest LAN status at startup — shows "LAN ✗" when no lights are reachable locally, with instructions to enable the local API
|
|
@@ -142,15 +115,6 @@ This adapter's MQTT authentication and BLE-over-LAN (ptReal) protocol implementa
|
|
|
142
115
|
|
|
143
116
|
- Code quality enforced with standard formatting.
|
|
144
117
|
|
|
145
|
-
### 2.12.0 (2026-05-17)
|
|
146
|
-
|
|
147
|
-
- Removed unused `info.legacyMqttCleaned` datapoint (internal migration marker, no user value)
|
|
148
|
-
- All info datapoint names now show in 11 languages instead of English-only
|
|
149
|
-
|
|
150
|
-
### 2.11.1 (2026-05-16)
|
|
151
|
-
|
|
152
|
-
- Internal cleanup. No user-facing changes.
|
|
153
|
-
|
|
154
118
|
Older entries are in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
155
119
|
|
|
156
120
|
## Support
|
|
@@ -38,5 +38,66 @@
|
|
|
38
38
|
"twoFaBtnRequest": "Code anfordern",
|
|
39
39
|
"twoFaCodeLabel": "Bestätigungs-Code",
|
|
40
40
|
"twoFaCodeTooltip": "Einmal-Code aus der Govee-E-Mail. Wird nach erfolgreichem Login automatisch geleert.",
|
|
41
|
-
"validatorEmailError": "Bitte eine gültige E-Mail-Adresse eingeben"
|
|
41
|
+
"validatorEmailError": "Bitte eine gültige E-Mail-Adresse eingeben",
|
|
42
|
+
"power": "Ein/Aus",
|
|
43
|
+
"brightness": "Helligkeit",
|
|
44
|
+
"colorRgb": "Farbe RGB",
|
|
45
|
+
"colorTemperature": "Farbtemperatur",
|
|
46
|
+
"color": "Farbe",
|
|
47
|
+
"scene": "Szene",
|
|
48
|
+
"lightScene": "Lichtszene",
|
|
49
|
+
"sceneSpeed": "Szenen-Geschwindigkeit",
|
|
50
|
+
"diyScene": "DIY-Szene",
|
|
51
|
+
"musicMode": "Musik-Modus",
|
|
52
|
+
"musicSensitivity": "Musik-Empfindlichkeit",
|
|
53
|
+
"musicAutoColor": "Musik Auto-Farbe",
|
|
54
|
+
"cloudSnapshot": "Cloud-Snapshot",
|
|
55
|
+
"localSnapshot": "Lokaler Snapshot",
|
|
56
|
+
"saveLocalSnapshot": "Lokalen Snapshot speichern",
|
|
57
|
+
"deleteLocalSnapshot": "Lokalen Snapshot löschen",
|
|
58
|
+
"refreshCloud": "Cloud-Daten aktualisieren",
|
|
59
|
+
"workMode": "Betriebsmodus",
|
|
60
|
+
"modeValue": "Modus-Wert",
|
|
61
|
+
"targetTemperature": "Zieltemperatur",
|
|
62
|
+
"temperature": "Temperatur",
|
|
63
|
+
"humidity": "Luftfeuchtigkeit",
|
|
64
|
+
"battery": "Batterie",
|
|
65
|
+
"co2": "CO₂",
|
|
66
|
+
"online": "Online",
|
|
67
|
+
"lackOfWater": "Wassermangel",
|
|
68
|
+
"iceBucketFull": "Eisbehälter voll",
|
|
69
|
+
"bodyDetected": "Person erkannt",
|
|
70
|
+
"dirtDetected": "Schmutz erkannt",
|
|
71
|
+
"exportDiagnostics": "Diagnostik exportieren",
|
|
72
|
+
"diagnosticsJson": "Diagnostik JSON",
|
|
73
|
+
"deviceTier": "Geräte-Stufe",
|
|
74
|
+
"manualSegmentsActive": "Manuelle Segmente aktiv",
|
|
75
|
+
"manualSegmentList": "Manuelle Segmentliste",
|
|
76
|
+
"batchSegmentCommand": "Batch-Segment-Befehl",
|
|
77
|
+
"ledSegments": "LED-Segmente",
|
|
78
|
+
"deviceInformation": "Geräte-Informationen",
|
|
79
|
+
"groups": "Gruppen",
|
|
80
|
+
"groupsStatus": "Gruppen-Status",
|
|
81
|
+
"information": "Information",
|
|
82
|
+
"devicesFolder": "Geräte",
|
|
83
|
+
"localSnapshotsFolder": "Vom Benutzer gespeicherte lokale Snapshots",
|
|
84
|
+
"infoConnection": "Adapter verbunden",
|
|
85
|
+
"infoMqttConnected": "MQTT verbunden",
|
|
86
|
+
"infoCloudConnected": "Cloud-API verbunden",
|
|
87
|
+
"infoOpenapiMqttConnected": "Govee OpenAPI MQTT verbunden",
|
|
88
|
+
"infoWizardStatus": "Segment-Wizard Status",
|
|
89
|
+
"infoMqttCredentials": "Gespeicherte MQTT-Anmeldedaten",
|
|
90
|
+
"infoAppVersionDrift": "Govee App Versionsabweichung",
|
|
91
|
+
"cloudSnapshotDesc": "Snapshots, die Du in der Govee-Home-App gespeichert hast. Bei Auswahl wird der Zustand auf dem Gerät wiederhergestellt.",
|
|
92
|
+
"localSnapshotDesc": "Snapshots, die dieser Adapter lokal auf dem ioBroker-Server gespeichert hat. Unabhängig von der Govee-Home-App.",
|
|
93
|
+
"saveLocalSnapshotDesc": "Namen schreiben, um den aktuellen Gerätezustand (Power, Helligkeit, Farbe, Segment-Farben) als neuen lokalen Snapshot zu speichern.",
|
|
94
|
+
"deleteLocalSnapshotDesc": "Namen eines lokalen Snapshots schreiben, um ihn zu löschen. Govee-Home-App-Snapshots werden nicht berührt.",
|
|
95
|
+
"refreshCloudDesc": "true schreiben, um Szenen, Snapshots und Capabilities für dieses Gerät neu aus der Govee-Cloud zu laden. Nach Erstellen eines neuen Snapshots in der Govee-Home-App nutzen.",
|
|
96
|
+
"manualSegmentsDesc": "Manuelle Segmentliste aktivieren (z.B. für gekürzte LED-Strips mit weniger physischen Segmenten als gemeldet)",
|
|
97
|
+
"manualListDesc": "manualListDesc",
|
|
98
|
+
"batchCommandDesc": "Format: Segmente:Farbe:Helligkeit — z.B. 1-5:#ff0000:20, all:#00ff00, 0,3,7::50",
|
|
99
|
+
"deviceTierVerified": "Verifiziert — von einem Tester bestätigt",
|
|
100
|
+
"deviceTierReported": "Gemeldet — von der Community gemeldet, wie verifiziert behandelt",
|
|
101
|
+
"deviceTierSeed": "Seed — Beta, benötigt den Experimental-Toggle in den Adapter-Einstellungen",
|
|
102
|
+
"deviceTierUnknown": "Unbekanntes SKU — bitte diag.export ausführen und in einem GitHub-Issue posten"
|
|
42
103
|
}
|
|
@@ -38,5 +38,66 @@
|
|
|
38
38
|
"twoFaBtnRequest": "Request code",
|
|
39
39
|
"twoFaCodeLabel": "Verification code",
|
|
40
40
|
"twoFaCodeTooltip": "One-time code from the Govee email. Cleared automatically after a successful login.",
|
|
41
|
-
"validatorEmailError": "Please enter a valid email address"
|
|
41
|
+
"validatorEmailError": "Please enter a valid email address",
|
|
42
|
+
"power": "Power",
|
|
43
|
+
"brightness": "Brightness",
|
|
44
|
+
"colorRgb": "Color RGB",
|
|
45
|
+
"colorTemperature": "Color Temperature",
|
|
46
|
+
"color": "Color",
|
|
47
|
+
"scene": "Scene",
|
|
48
|
+
"lightScene": "Light Scene",
|
|
49
|
+
"sceneSpeed": "Scene Speed",
|
|
50
|
+
"diyScene": "DIY Scene",
|
|
51
|
+
"musicMode": "Music Mode",
|
|
52
|
+
"musicSensitivity": "Music Sensitivity",
|
|
53
|
+
"musicAutoColor": "Music Auto Color",
|
|
54
|
+
"cloudSnapshot": "Cloud Snapshot",
|
|
55
|
+
"localSnapshot": "Local Snapshot",
|
|
56
|
+
"saveLocalSnapshot": "Save Local Snapshot",
|
|
57
|
+
"deleteLocalSnapshot": "Delete Local Snapshot",
|
|
58
|
+
"refreshCloud": "Refresh Cloud Data",
|
|
59
|
+
"workMode": "Work Mode",
|
|
60
|
+
"modeValue": "Mode Value",
|
|
61
|
+
"targetTemperature": "Target Temperature",
|
|
62
|
+
"temperature": "Temperature",
|
|
63
|
+
"humidity": "Humidity",
|
|
64
|
+
"battery": "Battery",
|
|
65
|
+
"co2": "CO₂",
|
|
66
|
+
"online": "Online",
|
|
67
|
+
"lackOfWater": "Lack of Water",
|
|
68
|
+
"iceBucketFull": "Ice Bucket Full",
|
|
69
|
+
"bodyDetected": "Body Detected",
|
|
70
|
+
"dirtDetected": "Dirt Detected",
|
|
71
|
+
"exportDiagnostics": "Export Diagnostics",
|
|
72
|
+
"diagnosticsJson": "Diagnostics JSON",
|
|
73
|
+
"deviceTier": "Device Tier",
|
|
74
|
+
"manualSegmentsActive": "Manual Segments Active",
|
|
75
|
+
"manualSegmentList": "Manual Segment List",
|
|
76
|
+
"batchSegmentCommand": "Batch Segment Command",
|
|
77
|
+
"ledSegments": "LED Segments",
|
|
78
|
+
"deviceInformation": "Device Information",
|
|
79
|
+
"groups": "Groups",
|
|
80
|
+
"groupsStatus": "Groups Status",
|
|
81
|
+
"information": "Information",
|
|
82
|
+
"devicesFolder": "Devices",
|
|
83
|
+
"localSnapshotsFolder": "User-saved local snapshots",
|
|
84
|
+
"infoConnection": "Adapter connected",
|
|
85
|
+
"infoMqttConnected": "MQTT connected",
|
|
86
|
+
"infoCloudConnected": "Cloud API connected",
|
|
87
|
+
"infoOpenapiMqttConnected": "Govee OpenAPI MQTT connected",
|
|
88
|
+
"infoWizardStatus": "Segment-Wizard status",
|
|
89
|
+
"infoMqttCredentials": "Persisted MQTT credentials",
|
|
90
|
+
"infoAppVersionDrift": "Govee App Version drift",
|
|
91
|
+
"cloudSnapshotDesc": "Snapshots you saved in the Govee Home app. Selecting one replays that state on the device.",
|
|
92
|
+
"localSnapshotDesc": "Snapshots saved by this adapter on the ioBroker server. Independent of the Govee Home app.",
|
|
93
|
+
"saveLocalSnapshotDesc": "Write a name to save the current device state (power, brightness, colour, per-segment colours) as a new local snapshot.",
|
|
94
|
+
"deleteLocalSnapshotDesc": "Write a local snapshot name to delete it. Does not affect Govee Home app snapshots.",
|
|
95
|
+
"refreshCloudDesc": "Write true to re-fetch scenes, snapshots and capabilities for this device from the Govee Cloud. Use after creating a new snapshot in the Govee Home app.",
|
|
96
|
+
"manualSegmentsDesc": "Enable manual segment list (e.g. for cut LED strips with fewer physical segments than reported)",
|
|
97
|
+
"manualListDesc": "manualListDesc",
|
|
98
|
+
"batchCommandDesc": "Format: segments:color:brightness — e.g. 1-5:#ff0000:20, all:#00ff00, 0,3,7::50",
|
|
99
|
+
"deviceTierVerified": "Verified — confirmed by a tester",
|
|
100
|
+
"deviceTierReported": "Reported — community-reported, treated as verified",
|
|
101
|
+
"deviceTierSeed": "Seed — beta, needs experimental toggle in adapter settings",
|
|
102
|
+
"deviceTierUnknown": "Unknown SKU — please run diag.export and post in a GitHub issue"
|
|
42
103
|
}
|
|
@@ -38,5 +38,66 @@
|
|
|
38
38
|
"twoFaBtnRequest": "Solicitar código",
|
|
39
39
|
"twoFaCodeLabel": "Código de verificación",
|
|
40
40
|
"twoFaCodeTooltip": "Código de un solo uso del email de Govee. Se borra automáticamente tras un login exitoso.",
|
|
41
|
-
"validatorEmailError": "Introduce una dirección de correo electrónico válida"
|
|
41
|
+
"validatorEmailError": "Introduce una dirección de correo electrónico válida",
|
|
42
|
+
"power": "Encendido",
|
|
43
|
+
"brightness": "Brillo",
|
|
44
|
+
"colorRgb": "Color RGB",
|
|
45
|
+
"colorTemperature": "Temperatura de color",
|
|
46
|
+
"color": "Color",
|
|
47
|
+
"scene": "Escena",
|
|
48
|
+
"lightScene": "Escena de luz",
|
|
49
|
+
"sceneSpeed": "Velocidad de escena",
|
|
50
|
+
"diyScene": "Escena DIY",
|
|
51
|
+
"musicMode": "Modo música",
|
|
52
|
+
"musicSensitivity": "Sensibilidad musical",
|
|
53
|
+
"musicAutoColor": "Color automático de música",
|
|
54
|
+
"cloudSnapshot": "Cloud snapshot",
|
|
55
|
+
"localSnapshot": "Snapshot local",
|
|
56
|
+
"saveLocalSnapshot": "Guardar snapshot local",
|
|
57
|
+
"deleteLocalSnapshot": "Eliminar snapshot local",
|
|
58
|
+
"refreshCloud": "Actualizar datos Cloud",
|
|
59
|
+
"workMode": "Modo de trabajo",
|
|
60
|
+
"modeValue": "Valor del modo",
|
|
61
|
+
"targetTemperature": "Temperatura objetivo",
|
|
62
|
+
"temperature": "Temperatura",
|
|
63
|
+
"humidity": "Humedad",
|
|
64
|
+
"battery": "Batería",
|
|
65
|
+
"co2": "CO₂",
|
|
66
|
+
"online": "Conectado",
|
|
67
|
+
"lackOfWater": "Falta de agua",
|
|
68
|
+
"iceBucketFull": "Cubo de hielo lleno",
|
|
69
|
+
"bodyDetected": "Cuerpo detectado",
|
|
70
|
+
"dirtDetected": "Suciedad detectada",
|
|
71
|
+
"exportDiagnostics": "Exportar diagnóstico",
|
|
72
|
+
"diagnosticsJson": "Diagnóstico JSON",
|
|
73
|
+
"deviceTier": "Nivel del dispositivo",
|
|
74
|
+
"manualSegmentsActive": "Segmentos manuales activos",
|
|
75
|
+
"manualSegmentList": "Lista de segmentos manuales",
|
|
76
|
+
"batchSegmentCommand": "Comando batch de segmentos",
|
|
77
|
+
"ledSegments": "Segmentos LED",
|
|
78
|
+
"deviceInformation": "Información del dispositivo",
|
|
79
|
+
"groups": "Grupos",
|
|
80
|
+
"groupsStatus": "Estado de grupos",
|
|
81
|
+
"information": "Información",
|
|
82
|
+
"devicesFolder": "Dispositivos",
|
|
83
|
+
"localSnapshotsFolder": "Instantáneas locales guardadas por el usuario",
|
|
84
|
+
"infoConnection": "Adaptador conectado",
|
|
85
|
+
"infoMqttConnected": "MQTT conectado",
|
|
86
|
+
"infoCloudConnected": "Cloud API conectado",
|
|
87
|
+
"infoOpenapiMqttConnected": "Govee OpenAPI MQTT conectado",
|
|
88
|
+
"infoWizardStatus": "Estado del asistente de segmentos",
|
|
89
|
+
"infoMqttCredentials": "Credenciales MQTT guardadas",
|
|
90
|
+
"infoAppVersionDrift": "Desviación de versión de la app Govee",
|
|
91
|
+
"cloudSnapshotDesc": "Snapshots guardados en la app Govee Home. Al seleccionar uno se reproduce el estado en el dispositivo.",
|
|
92
|
+
"localSnapshotDesc": "Snapshots guardados por este adaptador en el servidor ioBroker. Independiente de la app Govee Home.",
|
|
93
|
+
"saveLocalSnapshotDesc": "Escribe un nombre para guardar el estado actual (encendido, brillo, color, colores por segmento) como nuevo snapshot local.",
|
|
94
|
+
"deleteLocalSnapshotDesc": "Escribe el nombre de un snapshot local para borrarlo. No afecta los snapshots de la app Govee Home.",
|
|
95
|
+
"refreshCloudDesc": "Escribe true para volver a cargar escenas, snapshots y capacidades de este dispositivo desde la Govee Cloud. Úsalo tras crear un snapshot en la app Govee Home.",
|
|
96
|
+
"manualSegmentsDesc": "Activa la lista manual de segmentos (p. ej. para tiras LED cortadas con menos segmentos físicos)",
|
|
97
|
+
"manualListDesc": "manualListDesc",
|
|
98
|
+
"batchCommandDesc": "Formato: segmentos:color:brillo — p. ej. 1-5:#ff0000:20, all:#00ff00, 0,3,7::50",
|
|
99
|
+
"deviceTierVerified": "Verificado — confirmado por un tester",
|
|
100
|
+
"deviceTierReported": "Reportado — reportado por la comunidad, tratado como verificado",
|
|
101
|
+
"deviceTierSeed": "Seed — beta, requiere el toggle experimental en los ajustes",
|
|
102
|
+
"deviceTierUnknown": "SKU desconocido — ejecuta diag.export y abre una issue en GitHub"
|
|
42
103
|
}
|
|
@@ -38,5 +38,66 @@
|
|
|
38
38
|
"twoFaBtnRequest": "Demander un code",
|
|
39
39
|
"twoFaCodeLabel": "Code de vérification",
|
|
40
40
|
"twoFaCodeTooltip": "Code à usage unique de l'e-mail Govee. Effacé automatiquement après une connexion réussie.",
|
|
41
|
-
"validatorEmailError": "Veuillez entrer une adresse e-mail valide"
|
|
41
|
+
"validatorEmailError": "Veuillez entrer une adresse e-mail valide",
|
|
42
|
+
"power": "Marche/Arrêt",
|
|
43
|
+
"brightness": "Luminosité",
|
|
44
|
+
"colorRgb": "Couleur RGB",
|
|
45
|
+
"colorTemperature": "Température de couleur",
|
|
46
|
+
"color": "Couleur",
|
|
47
|
+
"scene": "Scène",
|
|
48
|
+
"lightScene": "Scène lumineuse",
|
|
49
|
+
"sceneSpeed": "Vitesse de la scène",
|
|
50
|
+
"diyScene": "Scène DIY",
|
|
51
|
+
"musicMode": "Mode musique",
|
|
52
|
+
"musicSensitivity": "Sensibilité musicale",
|
|
53
|
+
"musicAutoColor": "Couleur auto musique",
|
|
54
|
+
"cloudSnapshot": "Cloud snapshot",
|
|
55
|
+
"localSnapshot": "Snapshot local",
|
|
56
|
+
"saveLocalSnapshot": "Sauvegarder snapshot local",
|
|
57
|
+
"deleteLocalSnapshot": "Supprimer snapshot local",
|
|
58
|
+
"refreshCloud": "Actualiser données Cloud",
|
|
59
|
+
"workMode": "Mode de fonctionnement",
|
|
60
|
+
"modeValue": "Valeur du mode",
|
|
61
|
+
"targetTemperature": "Température cible",
|
|
62
|
+
"temperature": "Température",
|
|
63
|
+
"humidity": "Humidité",
|
|
64
|
+
"battery": "Batterie",
|
|
65
|
+
"co2": "CO₂",
|
|
66
|
+
"online": "En ligne",
|
|
67
|
+
"lackOfWater": "Manque d'eau",
|
|
68
|
+
"iceBucketFull": "Bac à glace plein",
|
|
69
|
+
"bodyDetected": "Présence détectée",
|
|
70
|
+
"dirtDetected": "Saleté détectée",
|
|
71
|
+
"exportDiagnostics": "Exporter le diagnostic",
|
|
72
|
+
"diagnosticsJson": "Diagnostic JSON",
|
|
73
|
+
"deviceTier": "Niveau de l'appareil",
|
|
74
|
+
"manualSegmentsActive": "Segments manuels actifs",
|
|
75
|
+
"manualSegmentList": "Liste des segments manuels",
|
|
76
|
+
"batchSegmentCommand": "Commande batch segments",
|
|
77
|
+
"ledSegments": "Segments LED",
|
|
78
|
+
"deviceInformation": "Informations sur l'appareil",
|
|
79
|
+
"groups": "Groupes",
|
|
80
|
+
"groupsStatus": "État des groupes",
|
|
81
|
+
"information": "Information",
|
|
82
|
+
"devicesFolder": "Appareils",
|
|
83
|
+
"localSnapshotsFolder": "Snapshots locaux enregistrés par l'utilisateur",
|
|
84
|
+
"infoConnection": "Adaptateur connecté",
|
|
85
|
+
"infoMqttConnected": "MQTT connecté",
|
|
86
|
+
"infoCloudConnected": "API Cloud connectée",
|
|
87
|
+
"infoOpenapiMqttConnected": "Govee OpenAPI MQTT connecté",
|
|
88
|
+
"infoWizardStatus": "État de l'assistant de segments",
|
|
89
|
+
"infoMqttCredentials": "Identifiants MQTT enregistrés",
|
|
90
|
+
"infoAppVersionDrift": "Dérive de version de l'app Govee",
|
|
91
|
+
"cloudSnapshotDesc": "Snapshots enregistrés dans l'app Govee Home. Sélectionner un snapshot rejoue l'état sur l'appareil.",
|
|
92
|
+
"localSnapshotDesc": "Snapshots enregistrés par cet adaptateur sur le serveur ioBroker. Indépendants de l'app Govee Home.",
|
|
93
|
+
"saveLocalSnapshotDesc": "Écrivez un nom pour enregistrer l'état actuel (marche, luminosité, couleur, couleurs par segment) comme nouveau snapshot local.",
|
|
94
|
+
"deleteLocalSnapshotDesc": "Écrivez le nom d'un snapshot local pour le supprimer. N'affecte pas les snapshots Govee Home.",
|
|
95
|
+
"refreshCloudDesc": "Écrivez true pour récupérer à nouveau les scènes, snapshots et capabilities de cet appareil depuis le Cloud Govee. À utiliser après création d'un snapshot dans l'app Govee Home.",
|
|
96
|
+
"manualSegmentsDesc": "Activer la liste manuelle des segments (p. ex. pour des bandes LED coupées avec moins de segments physiques)",
|
|
97
|
+
"manualListDesc": "Indices + plages séparés par des virgules, p. ex. « 0-9 » ou « 0-8,10-14 » (seulement si manual_mode=true)",
|
|
98
|
+
"batchCommandDesc": "Format : segments:couleur:luminosité — p. ex. 1-5:#ff0000:20, all:#00ff00, 0,3,7::50",
|
|
99
|
+
"deviceTierVerified": "Vérifié — confirmé par un testeur",
|
|
100
|
+
"deviceTierReported": "Signalé — signalé par la communauté, traité comme vérifié",
|
|
101
|
+
"deviceTierSeed": "Seed — bêta, nécessite le toggle expérimental dans les paramètres",
|
|
102
|
+
"deviceTierUnknown": "SKU inconnu — lance diag.export et ouvre une issue GitHub"
|
|
42
103
|
}
|
|
@@ -38,5 +38,66 @@
|
|
|
38
38
|
"twoFaBtnRequest": "Richiedi codice",
|
|
39
39
|
"twoFaCodeLabel": "Codice di verifica",
|
|
40
40
|
"twoFaCodeTooltip": "Codice monouso dall'email Govee. Cancellato automaticamente dopo un login riuscito.",
|
|
41
|
-
"validatorEmailError": "Inserisci un indirizzo email valido"
|
|
41
|
+
"validatorEmailError": "Inserisci un indirizzo email valido",
|
|
42
|
+
"power": "Accensione",
|
|
43
|
+
"brightness": "Luminosità",
|
|
44
|
+
"colorRgb": "Colore RGB",
|
|
45
|
+
"colorTemperature": "Temperatura colore",
|
|
46
|
+
"color": "Colore",
|
|
47
|
+
"scene": "Scena",
|
|
48
|
+
"lightScene": "Scena luce",
|
|
49
|
+
"sceneSpeed": "Velocità scena",
|
|
50
|
+
"diyScene": "Scena DIY",
|
|
51
|
+
"musicMode": "Modalità musica",
|
|
52
|
+
"musicSensitivity": "Sensibilità musica",
|
|
53
|
+
"musicAutoColor": "Colore automatico musica",
|
|
54
|
+
"cloudSnapshot": "Cloud snapshot",
|
|
55
|
+
"localSnapshot": "Snapshot locale",
|
|
56
|
+
"saveLocalSnapshot": "Salva snapshot locale",
|
|
57
|
+
"deleteLocalSnapshot": "Elimina snapshot locale",
|
|
58
|
+
"refreshCloud": "Aggiorna dati Cloud",
|
|
59
|
+
"workMode": "Modalità di lavoro",
|
|
60
|
+
"modeValue": "Valore modalità",
|
|
61
|
+
"targetTemperature": "Temperatura obiettivo",
|
|
62
|
+
"temperature": "Temperatura",
|
|
63
|
+
"humidity": "Umidità",
|
|
64
|
+
"battery": "Batteria",
|
|
65
|
+
"co2": "CO₂",
|
|
66
|
+
"online": "Online",
|
|
67
|
+
"lackOfWater": "Mancanza d'acqua",
|
|
68
|
+
"iceBucketFull": "Cestello ghiaccio pieno",
|
|
69
|
+
"bodyDetected": "Corpo rilevato",
|
|
70
|
+
"dirtDetected": "Sporco rilevato",
|
|
71
|
+
"exportDiagnostics": "Esporta diagnostica",
|
|
72
|
+
"diagnosticsJson": "Diagnostica JSON",
|
|
73
|
+
"deviceTier": "Livello del dispositivo",
|
|
74
|
+
"manualSegmentsActive": "Segmenti manuali attivi",
|
|
75
|
+
"manualSegmentList": "Elenco segmenti manuali",
|
|
76
|
+
"batchSegmentCommand": "Comando batch segmenti",
|
|
77
|
+
"ledSegments": "Segmenti LED",
|
|
78
|
+
"deviceInformation": "Informazioni dispositivo",
|
|
79
|
+
"groups": "Gruppi",
|
|
80
|
+
"groupsStatus": "Stato gruppi",
|
|
81
|
+
"information": "Informazioni",
|
|
82
|
+
"devicesFolder": "Dispositivi",
|
|
83
|
+
"localSnapshotsFolder": "Snapshot locali salvati dall'utente",
|
|
84
|
+
"infoConnection": "Adattatore connesso",
|
|
85
|
+
"infoMqttConnected": "MQTT connesso",
|
|
86
|
+
"infoCloudConnected": "Cloud API connesso",
|
|
87
|
+
"infoOpenapiMqttConnected": "Govee OpenAPI MQTT connesso",
|
|
88
|
+
"infoWizardStatus": "Stato del wizard segmenti",
|
|
89
|
+
"infoMqttCredentials": "Credenziali MQTT salvate",
|
|
90
|
+
"infoAppVersionDrift": "Scostamento versione app Govee",
|
|
91
|
+
"cloudSnapshotDesc": "Snapshot salvati nell'app Govee Home. Selezionandone uno si ripristina lo stato sul dispositivo.",
|
|
92
|
+
"localSnapshotDesc": "Snapshot salvati da questo adattatore sul server ioBroker. Indipendenti dall'app Govee Home.",
|
|
93
|
+
"saveLocalSnapshotDesc": "Scrivi un nome per salvare lo stato attuale (accensione, luminosità, colore, colori per segmento) come nuovo snapshot locale.",
|
|
94
|
+
"deleteLocalSnapshotDesc": "Scrivi il nome di uno snapshot locale per eliminarlo. Non tocca gli snapshot dell'app Govee Home.",
|
|
95
|
+
"refreshCloudDesc": "Scrivi true per ricaricare scene, snapshot e capacità di questo dispositivo dal Cloud Govee. Usa dopo aver creato uno snapshot nell'app Govee Home.",
|
|
96
|
+
"manualSegmentsDesc": "Abilita la lista manuale dei segmenti (es. per strisce LED tagliate con meno segmenti fisici)",
|
|
97
|
+
"manualListDesc": "manualListDesc",
|
|
98
|
+
"batchCommandDesc": "Formato: segmenti:colore:luminosità — es. 1-5:#ff0000:20, all:#00ff00, 0,3,7::50",
|
|
99
|
+
"deviceTierVerified": "Verificato — confermato da un tester",
|
|
100
|
+
"deviceTierReported": "Segnalato — segnalato dalla community, trattato come verificato",
|
|
101
|
+
"deviceTierSeed": "Seed — beta, richiede il toggle experimental nelle impostazioni",
|
|
102
|
+
"deviceTierUnknown": "SKU sconosciuto — esegui diag.export e apri una issue su GitHub"
|
|
42
103
|
}
|
|
@@ -38,5 +38,66 @@
|
|
|
38
38
|
"twoFaBtnRequest": "Code aanvragen",
|
|
39
39
|
"twoFaCodeLabel": "Verificatiecode",
|
|
40
40
|
"twoFaCodeTooltip": "Eenmalige code uit de Govee-mail. Wordt automatisch gewist na succesvolle login.",
|
|
41
|
-
"validatorEmailError": "Voer een geldig e-mailadres in"
|
|
41
|
+
"validatorEmailError": "Voer een geldig e-mailadres in",
|
|
42
|
+
"power": "Aan/Uit",
|
|
43
|
+
"brightness": "Helderheid",
|
|
44
|
+
"colorRgb": "Kleur RGB",
|
|
45
|
+
"colorTemperature": "Kleurtemperatuur",
|
|
46
|
+
"color": "Kleur",
|
|
47
|
+
"scene": "Scène",
|
|
48
|
+
"lightScene": "Lichtscène",
|
|
49
|
+
"sceneSpeed": "Scènesnelheid",
|
|
50
|
+
"diyScene": "DIY-scène",
|
|
51
|
+
"musicMode": "Muziekmodus",
|
|
52
|
+
"musicSensitivity": "Muziekgevoeligheid",
|
|
53
|
+
"musicAutoColor": "Muziek auto-kleur",
|
|
54
|
+
"cloudSnapshot": "Cloud-snapshot",
|
|
55
|
+
"localSnapshot": "Lokale snapshot",
|
|
56
|
+
"saveLocalSnapshot": "Lokale snapshot opslaan",
|
|
57
|
+
"deleteLocalSnapshot": "Lokale snapshot verwijderen",
|
|
58
|
+
"refreshCloud": "Cloudgegevens vernieuwen",
|
|
59
|
+
"workMode": "Werkmodus",
|
|
60
|
+
"modeValue": "Moduswaarde",
|
|
61
|
+
"targetTemperature": "Doeltemperatuur",
|
|
62
|
+
"temperature": "Temperatuur",
|
|
63
|
+
"humidity": "Luchtvochtigheid",
|
|
64
|
+
"battery": "Batterij",
|
|
65
|
+
"co2": "CO₂",
|
|
66
|
+
"online": "Online",
|
|
67
|
+
"lackOfWater": "Watertekort",
|
|
68
|
+
"iceBucketFull": "IJsbak vol",
|
|
69
|
+
"bodyDetected": "Persoon gedetecteerd",
|
|
70
|
+
"dirtDetected": "Vuil gedetecteerd",
|
|
71
|
+
"exportDiagnostics": "Diagnose exporteren",
|
|
72
|
+
"diagnosticsJson": "Diagnose JSON",
|
|
73
|
+
"deviceTier": "Apparaatniveau",
|
|
74
|
+
"manualSegmentsActive": "Handmatige segmenten actief",
|
|
75
|
+
"manualSegmentList": "Handmatige segmentlijst",
|
|
76
|
+
"batchSegmentCommand": "Batch segment-commando",
|
|
77
|
+
"ledSegments": "LED-segmenten",
|
|
78
|
+
"deviceInformation": "Apparaatgegevens",
|
|
79
|
+
"groups": "Groepen",
|
|
80
|
+
"groupsStatus": "Groepsstatus",
|
|
81
|
+
"information": "Informatie",
|
|
82
|
+
"devicesFolder": "Apparaten",
|
|
83
|
+
"localSnapshotsFolder": "Door gebruiker opgeslagen lokale snapshots",
|
|
84
|
+
"infoConnection": "Adapter verbonden",
|
|
85
|
+
"infoMqttConnected": "MQTT verbonden",
|
|
86
|
+
"infoCloudConnected": "Cloud-API verbonden",
|
|
87
|
+
"infoOpenapiMqttConnected": "Govee OpenAPI MQTT verbonden",
|
|
88
|
+
"infoWizardStatus": "Segment-wizard status",
|
|
89
|
+
"infoMqttCredentials": "Opgeslagen MQTT-referenties",
|
|
90
|
+
"infoAppVersionDrift": "Govee App versieafwijking",
|
|
91
|
+
"cloudSnapshotDesc": "Snapshots die je in de Govee Home-app hebt opgeslagen. Bij keuze wordt de toestand op het apparaat hersteld.",
|
|
92
|
+
"localSnapshotDesc": "Snapshots die deze adapter op de ioBroker-server opslaat. Onafhankelijk van de Govee Home-app.",
|
|
93
|
+
"saveLocalSnapshotDesc": "Schrijf een naam om de huidige toestand (aan, helderheid, kleur, segmentkleuren) als nieuwe lokale snapshot op te slaan.",
|
|
94
|
+
"deleteLocalSnapshotDesc": "Schrijf de naam van een lokale snapshot om hem te verwijderen. Geen effect op Govee Home-snapshots.",
|
|
95
|
+
"refreshCloudDesc": "Schrijf true om scènes, snapshots en capabilities voor dit apparaat opnieuw uit de Govee-cloud te halen. Gebruik dit na het aanmaken van een nieuwe snapshot in de Govee Home-app.",
|
|
96
|
+
"manualSegmentsDesc": "Handmatige segmentlijst inschakelen (bv. voor ingekorte LED-strips met minder fysieke segmenten)",
|
|
97
|
+
"manualListDesc": "manualListDesc",
|
|
98
|
+
"batchCommandDesc": "Format: segmenten:kleur:helderheid — bv. 1-5:#ff0000:20, all:#00ff00, 0,3,7::50",
|
|
99
|
+
"deviceTierVerified": "Geverifieerd — bevestigd door een tester",
|
|
100
|
+
"deviceTierReported": "Gerapporteerd — door community gemeld, behandeld als geverifieerd",
|
|
101
|
+
"deviceTierSeed": "Seed — bèta, vereist experimentele schakelaar in adapterinstellingen",
|
|
102
|
+
"deviceTierUnknown": "Onbekende SKU — voer diag.export uit en open een GitHub-issue"
|
|
42
103
|
}
|
|
@@ -38,5 +38,66 @@
|
|
|
38
38
|
"twoFaBtnRequest": "Poproś o kod",
|
|
39
39
|
"twoFaCodeLabel": "Kod weryfikacyjny",
|
|
40
40
|
"twoFaCodeTooltip": "Jednorazowy kod z maila Govee. Czyszczony automatycznie po udanym logowaniu.",
|
|
41
|
-
"validatorEmailError": "Wpisz prawidłowy adres e-mail"
|
|
41
|
+
"validatorEmailError": "Wpisz prawidłowy adres e-mail",
|
|
42
|
+
"power": "Zasilanie",
|
|
43
|
+
"brightness": "Jasność",
|
|
44
|
+
"colorRgb": "Kolor RGB",
|
|
45
|
+
"colorTemperature": "Temperatura barwowa",
|
|
46
|
+
"color": "Kolor",
|
|
47
|
+
"scene": "Scena",
|
|
48
|
+
"lightScene": "Scena świetlna",
|
|
49
|
+
"sceneSpeed": "Prędkość sceny",
|
|
50
|
+
"diyScene": "Scena DIY",
|
|
51
|
+
"musicMode": "Tryb muzyki",
|
|
52
|
+
"musicSensitivity": "Czułość muzyki",
|
|
53
|
+
"musicAutoColor": "Auto-kolor muzyki",
|
|
54
|
+
"cloudSnapshot": "Cloud snapshot",
|
|
55
|
+
"localSnapshot": "Lokalny snapshot",
|
|
56
|
+
"saveLocalSnapshot": "Zapisz lokalny snapshot",
|
|
57
|
+
"deleteLocalSnapshot": "Usuń lokalny snapshot",
|
|
58
|
+
"refreshCloud": "Odśwież dane Cloud",
|
|
59
|
+
"workMode": "Tryb pracy",
|
|
60
|
+
"modeValue": "Wartość trybu",
|
|
61
|
+
"targetTemperature": "Temperatura docelowa",
|
|
62
|
+
"temperature": "Temperatura",
|
|
63
|
+
"humidity": "Wilgotność",
|
|
64
|
+
"battery": "Bateria",
|
|
65
|
+
"co2": "CO₂",
|
|
66
|
+
"online": "Online",
|
|
67
|
+
"lackOfWater": "Brak wody",
|
|
68
|
+
"iceBucketFull": "Pojemnik na lód pełny",
|
|
69
|
+
"bodyDetected": "Wykryto osobę",
|
|
70
|
+
"dirtDetected": "Wykryto brud",
|
|
71
|
+
"exportDiagnostics": "Eksportuj diagnostykę",
|
|
72
|
+
"diagnosticsJson": "Diagnostyka JSON",
|
|
73
|
+
"deviceTier": "Poziom urządzenia",
|
|
74
|
+
"manualSegmentsActive": "Ręczne segmenty aktywne",
|
|
75
|
+
"manualSegmentList": "Lista ręcznych segmentów",
|
|
76
|
+
"batchSegmentCommand": "Polecenie batch-segment",
|
|
77
|
+
"ledSegments": "Segmenty LED",
|
|
78
|
+
"deviceInformation": "Informacje o urządzeniu",
|
|
79
|
+
"groups": "Grupy",
|
|
80
|
+
"groupsStatus": "Status grup",
|
|
81
|
+
"information": "Informacja",
|
|
82
|
+
"devicesFolder": "Urządzenia",
|
|
83
|
+
"localSnapshotsFolder": "Lokalne migawki zapisane przez użytkownika",
|
|
84
|
+
"infoConnection": "Adapter połączony",
|
|
85
|
+
"infoMqttConnected": "MQTT połączony",
|
|
86
|
+
"infoCloudConnected": "Cloud API połączony",
|
|
87
|
+
"infoOpenapiMqttConnected": "Govee OpenAPI MQTT połączony",
|
|
88
|
+
"infoWizardStatus": "Status kreatora segmentów",
|
|
89
|
+
"infoMqttCredentials": "Zapisane dane uwierzytelniające MQTT",
|
|
90
|
+
"infoAppVersionDrift": "Odchylenie wersji aplikacji Govee",
|
|
91
|
+
"cloudSnapshotDesc": "Snapshoty zapisane w aplikacji Govee Home. Wybór jednego odtwarza stan na urządzeniu.",
|
|
92
|
+
"localSnapshotDesc": "Snapshoty zapisane przez ten adapter na serwerze ioBroker. Niezależne od aplikacji Govee Home.",
|
|
93
|
+
"saveLocalSnapshotDesc": "Wpisz nazwę, aby zapisać bieżący stan urządzenia (zasilanie, jasność, kolor, kolory segmentów) jako nowy lokalny snapshot.",
|
|
94
|
+
"deleteLocalSnapshotDesc": "Wpisz nazwę lokalnego snapshotu, aby go usunąć. Nie wpływa na snapshoty Govee Home.",
|
|
95
|
+
"refreshCloudDesc": "Wpisz true, aby ponownie pobrać sceny, snapshoty i capabilities tego urządzenia z Govee Cloud. Użyj po utworzeniu nowego snapshotu w aplikacji Govee Home.",
|
|
96
|
+
"manualSegmentsDesc": "Włącz ręczną listę segmentów (np. dla skróconych LED-strips z mniejszą liczbą fizycznych segmentów)",
|
|
97
|
+
"manualListDesc": "manualListDesc",
|
|
98
|
+
"batchCommandDesc": "Format: segmenty:kolor:jasność — np. 1-5:#ff0000:20, all:#00ff00, 0,3,7::50",
|
|
99
|
+
"deviceTierVerified": "Zweryfikowane — potwierdzone przez testera",
|
|
100
|
+
"deviceTierReported": "Zgłoszone — zgłoszone przez społeczność, traktowane jak zweryfikowane",
|
|
101
|
+
"deviceTierSeed": "Seed — beta, wymaga przełącznika experimental w ustawieniach",
|
|
102
|
+
"deviceTierUnknown": "Nieznane SKU — uruchom diag.export i otwórz issue na GitHubie"
|
|
42
103
|
}
|