iobroker.hydrawise 1.0.1 → 1.0.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 +4 -0
- package/io-package.json +15 -29
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -39,6 +39,10 @@ You can see all controller information, schedules and sensors. It is also possib
|
|
|
39
39
|
Placeholder for the next version (at the beginning of the line):
|
|
40
40
|
### **WORK IN PROGRESS**
|
|
41
41
|
-->
|
|
42
|
+
### 1.0.2 (2024-09-24)
|
|
43
|
+
|
|
44
|
+
- (SentiQ) fixed issues detected by repository checker
|
|
45
|
+
|
|
42
46
|
### 1.0.1 (2024-09-24)
|
|
43
47
|
|
|
44
48
|
- (SentiQ) added compatibility check and testing for node.js 22
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "hydrawise",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.0.2": {
|
|
7
|
+
"en": "fixed issues detected by repository checker",
|
|
8
|
+
"de": "von repository checker erkannte probleme",
|
|
9
|
+
"ru": "фиксированные проблемы, выявленные регистратором",
|
|
10
|
+
"pt": "problemas corrigidos detectados pelo verificador de repositório",
|
|
11
|
+
"nl": "vaste problemen gedetecteerd door repository checker",
|
|
12
|
+
"fr": "problèmes corrigés détectés par le vérificateur du dépôt",
|
|
13
|
+
"it": "problemi fissi rilevati da repository checker",
|
|
14
|
+
"es": "problemas fijos detectados por el repositorio",
|
|
15
|
+
"pl": "stałe problemy wykryte przez kontroler repozytorium",
|
|
16
|
+
"uk": "виправлені питання, виявлені репозиторійним чекером",
|
|
17
|
+
"zh-cn": "仓库检查器检测到的固定问题"
|
|
18
|
+
},
|
|
6
19
|
"1.0.1": {
|
|
7
20
|
"en": "added compatibility check and testing for node.js 22",
|
|
8
21
|
"de": "kompatibilitätsprüfung und test für node.js 22",
|
|
@@ -55,32 +68,6 @@
|
|
|
55
68
|
"uk": "додано значення за замовчуванням до параметра `apiInterval й\nдодано переклади",
|
|
56
69
|
"zh-cn": "添加参数“ apiInterval” 的默认值 `\n增加翻译"
|
|
57
70
|
},
|
|
58
|
-
"0.3.1": {
|
|
59
|
-
"en": "removed parameter `apiKey` in method call",
|
|
60
|
-
"de": "entfernter Parameter `apiKey` im Methodenaufruf",
|
|
61
|
-
"ru": "удаленный параметр `apiKey' в вызове метода",
|
|
62
|
-
"pt": "parâmetro removido `apiKey` na chamada do método",
|
|
63
|
-
"nl": "verwijderde parameter ",
|
|
64
|
-
"fr": "paramètre supprimé `apiKey` dans l'appel de méthode",
|
|
65
|
-
"it": "parametro rimosso `apiKey` nella chiamata metodo",
|
|
66
|
-
"es": "parámetro eliminado `apiKey` en llamada de método",
|
|
67
|
-
"pl": "usunięty parametr 'apiKey' w wywołaniu metody",
|
|
68
|
-
"uk": "видалити параметр `apiKey` в методі виклику",
|
|
69
|
-
"zh-cn": "方法调用中已删除参数“ apiKey ”"
|
|
70
|
-
},
|
|
71
|
-
"0.3.0": {
|
|
72
|
-
"en": "added api interval to settings\nchanged interval of schedule endpoint from 5 minutes to 1 minute",
|
|
73
|
-
"de": "api intervall zu den einstellungen hinzugefügt\ngeändertes intervall von zeitplan endpunkt von 5 minuten bis 1 minute",
|
|
74
|
-
"ru": "добавлен интервал api в настройки\nизмененный интервал конечной точки расписания с 5 минут до 1 минуты",
|
|
75
|
-
"pt": "adicionado intervalo api para configurações\nintervalo alterado de cronograma ponto final de 5 minutos a 1 minuto",
|
|
76
|
-
"nl": "api-interval toegevoegd aan instellingen\nveranderde interval van het eindpunt van het schema van 5 minuten tot 1 minuut",
|
|
77
|
-
"fr": "l'intervalle api ajouté aux paramètres\nchangement de l'intervalle de 5 minutes à 1 minute",
|
|
78
|
-
"it": "intervallo api aggiunto alle impostazioni\nintervallo modificato di endpoint programmato da 5 minuti a 1 minuto",
|
|
79
|
-
"es": "añadir intervalo api a la configuración\ncambio de intervalo de tiempo de 5 minutos a 1 minuto",
|
|
80
|
-
"pl": "dodany interwał api do ustawień\nzmiana odstępu między punktem końcowym schematu z 5 minut do 1 minuty",
|
|
81
|
-
"uk": "додано інтервал api для налаштувань\nзмінений інтервал графіка кінцевої точки від 5 хвилин до 1 хвилини",
|
|
82
|
-
"zh-cn": "在设置中添加 api 间隔\n时间表终点从5分钟改为1分钟"
|
|
83
|
-
},
|
|
84
71
|
"0.2.8": {
|
|
85
72
|
"en": "fixed tier and license",
|
|
86
73
|
"de": "festwert und lizenz",
|
|
@@ -137,7 +124,6 @@
|
|
|
137
124
|
"type": "free"
|
|
138
125
|
},
|
|
139
126
|
"platform": "Javascript/Node.js",
|
|
140
|
-
"main": "build/main.js",
|
|
141
127
|
"icon": "hydrawise.jpg",
|
|
142
128
|
"enabled": true,
|
|
143
129
|
"extIcon": "https://raw.githubusercontent.com/SentiQ/ioBroker.hydrawise/main/admin/hydrawise.jpg",
|
|
@@ -153,7 +139,7 @@
|
|
|
153
139
|
},
|
|
154
140
|
"dependencies": [
|
|
155
141
|
{
|
|
156
|
-
"js-controller": ">=5.0.
|
|
142
|
+
"js-controller": ">=5.0.19"
|
|
157
143
|
}
|
|
158
144
|
],
|
|
159
145
|
"globalDependencies": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.hydrawise",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Adapter to control the Hydrawise irrigation control system",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SentiQ",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"homepage": "https://github.com/SentiQ/ioBroker.hydrawise",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"keywords": [
|
|
12
|
+
"iobroker",
|
|
12
13
|
"hydrawise",
|
|
13
14
|
"hunter",
|
|
14
15
|
"irrigation",
|