iobroker.poolcontrol 0.0.7 → 0.0.8
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 +4 -0
- package/admin/jsonConfig.json +21 -1
- package/io-package.json +14 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# ioBroker.poolcontrol
|
|
2
2
|
|
|
3
3
|

|
|
4
|
+

|
|
4
5
|
|
|
5
6
|
Der Adapter **ioBroker.poolcontrol** dient zur Steuerung und Überwachung von Poolanlagen.
|
|
6
7
|
Er ermöglicht die Automatisierung von Pumpen, Temperatur- und Solarsteuerung sowie Verbrauchsauswertung.
|
|
@@ -89,6 +90,9 @@ Funktionen können sich ändern, bitte regelmäßig den Changelog beachten.
|
|
|
89
90
|
## Changelog
|
|
90
91
|
Auszug, vollständige Liste siehe `io-package.json`:
|
|
91
92
|
|
|
93
|
+
### 0.0.8
|
|
94
|
+
- Hilfetab in der Instanzkonfiguration hinzugefügt (mit Link zur GitHub-Dokumentation)
|
|
95
|
+
|
|
92
96
|
### 0.0.7
|
|
93
97
|
- Help-Datei (`help.md`) und erste README-Version hinzugefügt
|
|
94
98
|
|
package/admin/jsonConfig.json
CHANGED
|
@@ -896,6 +896,26 @@
|
|
|
896
896
|
"newLine": true
|
|
897
897
|
}
|
|
898
898
|
}
|
|
899
|
-
|
|
899
|
+
},
|
|
900
|
+
"help": {
|
|
901
|
+
"type": "panel",
|
|
902
|
+
"label": "Hilfe",
|
|
903
|
+
"items": {
|
|
904
|
+
"divider_help": {
|
|
905
|
+
"type": "divider",
|
|
906
|
+
"newLine": true
|
|
907
|
+
},
|
|
908
|
+
"helpLink": {
|
|
909
|
+
"type": "staticLink",
|
|
910
|
+
"label": "Öffne die ausführliche Dokumentation auf GitHub",
|
|
911
|
+
"href": "https://github.com/DasBo1975/iobroker.poolcontrol/blob/main/admin/help.md",
|
|
912
|
+
"newLine": true
|
|
913
|
+
},
|
|
914
|
+
"helpText": {
|
|
915
|
+
"type": "staticText",
|
|
916
|
+
"text": "Hier finden Sie die vollständige Dokumentation und Hinweise zu allen Einstellungen. Weitere Hinweise zu künftigen Versionen folgen."
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
}
|
|
900
920
|
}
|
|
901
921
|
}
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "poolcontrol",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.0.8": {
|
|
7
|
+
"en": "Added Help tab in instance configuration with link to GitHub documentation",
|
|
8
|
+
"de": "Hilfetab in der Instanzkonfiguration hinzugefügt mit Link zur GitHub-Dokumentation",
|
|
9
|
+
"ru": "Добавлена вкладка помощи в настройке экземпляра со ссылкой на документацию GitHub",
|
|
10
|
+
"pt": "Guia de ajuda adicionado na configuração da instância com link para a documentação do GitHub",
|
|
11
|
+
"nl": "Help-tab toegevoegd in de instance-configuratie met link naar GitHub-documentatie",
|
|
12
|
+
"fr": "Onglet d'aide ajouté dans la configuration de l'instance avec lien vers la documentation GitHub",
|
|
13
|
+
"it": "Aggiunta scheda di aiuto nella configurazione dell'istanza con collegamento alla documentazione GitHub",
|
|
14
|
+
"es": "Se agregó pestaña de ayuda en la configuración de la instancia con enlace a la documentación de GitHub",
|
|
15
|
+
"pl": "Dodano kartę pomocy w konfiguracji instancji z linkiem do dokumentacji GitHub",
|
|
16
|
+
"uk": "Додано вкладку довідки в конфігурацію екземпляра з посиланням на документацію GitHub",
|
|
17
|
+
"zh-cn": "在实例配置中添加了帮助选项卡,并链接到 документацию GitHub"
|
|
18
|
+
}
|
|
6
19
|
"0.0.7": {
|
|
7
20
|
"en": "Added help file (help.md) and first README version",
|
|
8
21
|
"de": "Hilfedatei (help.md) und erste README-Version hinzugefügt",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.poolcontrol",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
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",
|