iobroker.poolcontrol 1.2.4 → 1.2.5
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/io-package.json +24 -2
- package/package.json +1 -1
package/io-package.json
CHANGED
|
@@ -1,11 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "poolcontrol",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.5",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.2.5": {
|
|
7
|
+
"en": "Fix: corrected synchronization of actuator configuration with internal states (active/name). Additional actuators could not be activated in some cases. Updated translations.",
|
|
8
|
+
"de": "Fix: Synchronisierung der Aktor-Konfiguration mit den internen States (active/name) korrigiert. Zusatzaktoren konnten in einigen Fällen nicht aktiviert werden. Übersetzungen aktualisiert.",
|
|
9
|
+
"ru": "Исправлено: исправлена синхронизация конфигурации привода с внутренними состояниями (активный/имя). В некоторых случаях дополнительные исполнительные механизмы не могли быть активированы. Обновлены переводы.",
|
|
10
|
+
"pt": "Correção: corrigida sincronização da configuração do atuador com estados internos (ativo/nome). Atuadores adicionais não puderam ser ativados em alguns casos. Traduções atualizadas.",
|
|
11
|
+
"nl": "Fix: gecorrigeerde synchronisatie van actuatorconfiguratie met interne statussen (actief/naam). In sommige gevallen konden extra actuatoren niet worden geactiveerd. Bijgewerkte vertalingen.",
|
|
12
|
+
"fr": "Correctif : correction de la synchronisation de la configuration de l'actionneur avec les états internes (actif/nom). Des actionneurs supplémentaires n'ont pas pu être activés dans certains cas. Traductions mises à jour.",
|
|
13
|
+
"it": "Fix: corretta sincronizzazione della configurazione dell'attuatore con gli stati interni (attivo/nome). In alcuni casi non è stato possibile attivare attuatori aggiuntivi. Traduzioni aggiornate.",
|
|
14
|
+
"es": "Solución: sincronización corregida de la configuración del actuador con los estados internos (activo/nombre). En algunos casos no se pudieron activar actuadores adicionales. Traducciones actualizadas.",
|
|
15
|
+
"pl": "Poprawka: poprawiona synchronizacja konfiguracji siłownika ze stanami wewnętrznymi (aktywny/nazwa). W niektórych przypadkach nie można było aktywować dodatkowych siłowników. Zaktualizowane tłumaczenia.",
|
|
16
|
+
"uk": "Виправлення: виправлена синхронізація конфігурації приводу з внутрішніми станами (активний/назва). У деяких випадках не вдається активувати додаткові приводи. Оновлені переклади.",
|
|
17
|
+
"zh-cn": "修复:更正了执行器配置与内部状态(活动/名称)的同步。在某些情况下无法激活附加执行器。更新了翻译。"
|
|
18
|
+
},
|
|
6
19
|
"1.2.4": {
|
|
7
20
|
"en": "Fix: actuatorsHelper did not synchronize instance configuration with internal states (active/name). Additional actuators could not be activated.",
|
|
8
|
-
"de": "Fix: actuatorsHelper synchronisierte die Instanzkonfiguration nicht mit den internen States (active/name). Zusatzaktoren konnten dadurch nicht aktiviert werden."
|
|
21
|
+
"de": "Fix: actuatorsHelper synchronisierte die Instanzkonfiguration nicht mit den internen States (active/name). Zusatzaktoren konnten dadurch nicht aktiviert werden.",
|
|
22
|
+
"ru": "Исправлено: приводыHelper не синхронизировали конфигурацию экземпляра с внутренними состояниями (активный/имя). Дополнительные исполнительные механизмы не удалось активировать.",
|
|
23
|
+
"pt": "Correção: atuatorsHelper não sincronizava a configuração da instância com os estados internos (ativo/nome). Não foi possível ativar atuadores adicionais.",
|
|
24
|
+
"nl": "Oplossing: actuatorsHelper heeft de instanceconfiguratie niet gesynchroniseerd met interne statussen (actief/naam). Er konden geen extra actuatoren worden geactiveerd.",
|
|
25
|
+
"fr": "Correctif : activatesHelper ne synchronisait pas la configuration de l'instance avec les états internes (actif/nom). Des actionneurs supplémentaires n'ont pas pu être activés.",
|
|
26
|
+
"it": "Correzione: attuatoriHelper non sincronizzava la configurazione dell'istanza con gli stati interni (attivo/nome). Non è stato possibile attivare attuatori aggiuntivi.",
|
|
27
|
+
"es": "Solución: actuadoresHelper no sincronizaba la configuración de la instancia con los estados internos (activo/nombre). No se pudieron activar actuadores adicionales.",
|
|
28
|
+
"pl": "Poprawka: aktuatorzyHelper nie synchronizowali konfiguracji instancji ze stanami wewnętrznymi (aktywny/nazwa). Nie można było aktywować dodatkowych siłowników.",
|
|
29
|
+
"uk": "Виправлення: actuatorsHelper не синхронізував конфігурацію екземпляра з внутрішніми станами (активний/назва). Не вдалося активувати додаткові приводи.",
|
|
30
|
+
"zh-cn": "修复:actuatorsHelper 未将实例配置与内部状态(活动/名称)同步。无法激活其他执行器。"
|
|
9
31
|
},
|
|
10
32
|
"1.2.3": {
|
|
11
33
|
"en": "Replaced native timers with adapter timers and improved timer cleanup",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.poolcontrol",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "Steuerung & Automatisierung für den Pool (Pumpe, Heizung, Ventile, Sensoren).",
|
|
5
5
|
"author": "DasBo1975 <dasbo1975@outlook.de>",
|
|
6
6
|
"homepage": "https://github.com/DasBo1975/ioBroker.poolcontrol",
|