iobroker.hydrawise 1.0.3 → 1.0.4

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 CHANGED
@@ -39,6 +39,11 @@ 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.4 (2025-12-05)
43
+
44
+ - (SentiQ) fixed dependencies
45
+ - (SentiQ) fixed schema URLs
46
+
42
47
  ### 1.0.3 (2025-12-05)
43
48
 
44
49
  - (SentiQ) updated dependencies
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "hydrawise",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "news": {
6
+ "1.0.4": {
7
+ "en": "fixed dependencies\nfixed schema URLs",
8
+ "de": "feste abhängigkeiten\nfestes Schema URLs",
9
+ "ru": "фиксированные зависимости\nфиксированная схема URL",
10
+ "pt": "dependências fixas\nesquema fixo URLs",
11
+ "nl": "vaste afhankelijkheden\nvast schema URL's",
12
+ "fr": "dépendances fixes\nschéma fixe URLs",
13
+ "it": "dipendenze fisse\nschema fisso URLs",
14
+ "es": "dependencias fijas\nesquema fijo URLs",
15
+ "pl": "stałe zależności\nstałe schematy URL",
16
+ "uk": "фіксовані залежності\nфіксована схема Контакти",
17
+ "zh-cn": "固定依赖关系\n固定计划 URL( URL)"
18
+ },
6
19
  "1.0.3": {
7
20
  "en": "updated dependencies",
8
21
  "de": "aktualisierte abhängigkeiten",
@@ -80,19 +93,6 @@
80
93
  "pl": "domyślna wartość dodana do parametru 'apiInterval'\ndodane tłumaczenia",
81
94
  "uk": "додано значення за замовчуванням до параметра `apiInterval й\nдодано переклади",
82
95
  "zh-cn": "添加参数“ apiInterval” 的默认值 `\n增加翻译"
83
- },
84
- "0.2.8": {
85
- "en": "fixed tier and license",
86
- "de": "festwert und lizenz",
87
- "ru": "фиксированный уровень и лицензия",
88
- "pt": "tier fixo e licença",
89
- "nl": "vast niveau en licentie",
90
- "fr": "niveau fixe et licence",
91
- "it": "tier fisso e licenza",
92
- "es": "nivel fijo y licencia",
93
- "pl": "stały poziom dokładności i licencja",
94
- "uk": "фіксований ярус і ліцензія",
95
- "zh-cn": "固定等级和许可证"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -157,7 +157,7 @@
157
157
  ],
158
158
  "globalDependencies": [
159
159
  {
160
- "admin": ">=6.6.0"
160
+ "admin": ">=7.6.17"
161
161
  }
162
162
  ]
163
163
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.hydrawise",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Adapter to control the Hydrawise irrigation control system",
5
5
  "author": {
6
6
  "name": "SentiQ",