iobroker.hydrawise 0.1.1 → 0.1.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 +5 -0
- package/io-package.json +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,7 @@ You can see all controller information, schedules and sensors. It is also possib
|
|
|
28
28
|
- log into https://app.hydrawise.com/config/account-details
|
|
29
29
|
- generate API Key by clicking "Generate API Key" under "Account Settings"
|
|
30
30
|
- paste key into adapter settings
|
|
31
|
+
- API documentation: https://support.hydrawise.com/hc/en-us/articles/360008965753-Hydrawise-API-Information
|
|
31
32
|
|
|
32
33
|
> **Note**
|
|
33
34
|
> After updating from 0.0.15 you have to re-enter your API key
|
|
@@ -38,6 +39,10 @@ You can see all controller information, schedules and sensors. It is also possib
|
|
|
38
39
|
Placeholder for the next version (at the beginning of the line):
|
|
39
40
|
### **WORK IN PROGRESS**
|
|
40
41
|
-->
|
|
42
|
+
### 0.1.2 (2023-08-22)
|
|
43
|
+
|
|
44
|
+
- (SentiQ) added link to api docu
|
|
45
|
+
|
|
41
46
|
### 0.1.1 (2023-08-22)
|
|
42
47
|
|
|
43
48
|
- (SentiQ) fixed random crash, when api domain can't be resolved by dns
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "hydrawise",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.1.2": {
|
|
7
|
+
"en": "added link to api docu",
|
|
8
|
+
"de": "link zu api docu",
|
|
9
|
+
"ru": "добавлена ссылка на api docu",
|
|
10
|
+
"pt": "adicionado link para api docu",
|
|
11
|
+
"nl": "vertaling:",
|
|
12
|
+
"fr": "lien ajouté à api docu",
|
|
13
|
+
"it": "link aggiunto a a api docu",
|
|
14
|
+
"es": "api docu",
|
|
15
|
+
"pl": "dodanie do api docu",
|
|
16
|
+
"uk": "додано посилання на api docu",
|
|
17
|
+
"zh-cn": "a. 皮埃尔的附加联系"
|
|
18
|
+
},
|
|
6
19
|
"0.1.1": {
|
|
7
20
|
"en": "fixed random crash, when api domain can't be resolved by dns\nadded time string of last api call",
|
|
8
21
|
"de": "fester zufälliger absturz, wenn api-domain nicht durch dns behoben werden kann\nhinzufügen der zeitfolge des letzten api anrufs",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "zależności aktualizacji",
|
|
81
94
|
"uk": "оновлені залежності",
|
|
82
95
|
"zh-cn": "二. 最新依赖"
|
|
83
|
-
},
|
|
84
|
-
"0.0.14": {
|
|
85
|
-
"en": "fixing version",
|
|
86
|
-
"de": "befestigungsversion",
|
|
87
|
-
"ru": "исправление версии",
|
|
88
|
-
"pt": "versão de fixação",
|
|
89
|
-
"nl": "vertaling:",
|
|
90
|
-
"fr": "correction de la version",
|
|
91
|
-
"it": "versione di fissaggio",
|
|
92
|
-
"es": "versión de fijación",
|
|
93
|
-
"pl": "poprawiona wersja",
|
|
94
|
-
"uk": "версія фіксації",
|
|
95
|
-
"zh-cn": "f 定本"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|