iobroker.hydrawise 0.2.7 → 0.2.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/io-package.json +19 -15
- package/package.json +1 -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
|
+
### 0.2.8 (2024-04-08)
|
|
43
|
+
|
|
44
|
+
- (SentiQ) fixed tier and license
|
|
45
|
+
|
|
42
46
|
### 0.2.7 (2024-04-08)
|
|
43
47
|
|
|
44
48
|
- (SentiQ) fixed type of runDefault object
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "hydrawise",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.8",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.2.8": {
|
|
7
|
+
"en": "fixed tier and license",
|
|
8
|
+
"de": "festwert und lizenz",
|
|
9
|
+
"ru": "фиксированный уровень и лицензия",
|
|
10
|
+
"pt": "tier fixo e licença",
|
|
11
|
+
"nl": "vast niveau en licentie",
|
|
12
|
+
"fr": "niveau fixe et licence",
|
|
13
|
+
"it": "tier fisso e licenza",
|
|
14
|
+
"es": "nivel fijo y licencia",
|
|
15
|
+
"pl": "stały poziom dokładności i licencja",
|
|
16
|
+
"uk": "фіксований ярус і ліцензія",
|
|
17
|
+
"zh-cn": "固定等级和许可证"
|
|
18
|
+
},
|
|
6
19
|
"0.2.7": {
|
|
7
20
|
"en": "fixed type of runDefault object",
|
|
8
21
|
"de": "feste Art von runDefault Objekt",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "wersja stała",
|
|
81
94
|
"uk": "фіксовані версії",
|
|
82
95
|
"zh-cn": "固定版本"
|
|
83
|
-
},
|
|
84
|
-
"0.2.1": {
|
|
85
|
-
"en": "added button to run zone for default runtime",
|
|
86
|
-
"de": "Schaltfläche zum Ausführen der Zone für Standardlaufzeit",
|
|
87
|
-
"ru": "добавлена кнопка для запуска зоны для по умолчанию runtime",
|
|
88
|
-
"pt": "botão adicionado para executar a zona para o tempo de execução padrão",
|
|
89
|
-
"nl": "voegde knop toe om zone te runnen voor mishandeling",
|
|
90
|
-
"fr": "bouton ajouté pour la zone de course par défaut",
|
|
91
|
-
"it": "pulsante aggiunto per eseguire la zona per runtime predefinito",
|
|
92
|
-
"es": "botón añadido para ejecutar la zona por defecto",
|
|
93
|
-
"pl": "przycisk",
|
|
94
|
-
"uk": "додана кнопка для запуску зони за замовчуванням",
|
|
95
|
-
"zh-cn": "增拨但停顿区"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -131,7 +131,11 @@
|
|
|
131
131
|
"watering",
|
|
132
132
|
"garden"
|
|
133
133
|
],
|
|
134
|
-
"
|
|
134
|
+
"tier": 3,
|
|
135
|
+
"licenseInformation": {
|
|
136
|
+
"license": "MIT",
|
|
137
|
+
"type": "free"
|
|
138
|
+
},
|
|
135
139
|
"platform": "Javascript/Node.js",
|
|
136
140
|
"main": "build/main.js",
|
|
137
141
|
"icon": "hydrawise.jpg",
|