iobroker.hydrawise 0.2.5 → 0.2.6

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,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.6 (2024-04-08)
43
+
44
+ - (SentiQ) fixed type of `runDefault`
45
+
42
46
  ### 0.2.5 (2024-04-07)
43
47
 
44
48
  - (SentiQ) NodeJS >= 18.x and js-controller >= 5 is required
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "hydrawise",
4
- "version": "0.2.5",
4
+ "version": "0.2.6",
5
5
  "news": {
6
+ "0.2.6": {
7
+ "en": "fixed type of `runDefault`",
8
+ "de": "fester Typ von `runDefault `",
9
+ "ru": "фиксированный тип `runDefault \"",
10
+ "pt": "tipo fixo de `runDefault \"",
11
+ "nl": "vast type van de loopstandaard Wat",
12
+ "fr": "type fixe de `runDefault \"",
13
+ "it": "tipo fisso di `runDefault #",
14
+ "es": "tipo fijo de `runDefault `",
15
+ "pl": "stały typ 'runDomyślne'",
16
+ "uk": "фіксований тип `runDefault й",
17
+ "zh-cn": "固定类型“runDefault” `"
18
+ },
6
19
  "0.2.5": {
7
20
  "en": "NodeJS >= 18.x and js-controller >= 5 is required",
8
21
  "de": "NodeJS >= 18.x und js-Controller >= 5 ist erforderlich",
@@ -80,19 +93,6 @@
80
93
  "pl": "dodanie do api docu",
81
94
  "uk": "додано посилання на api docu",
82
95
  "zh-cn": "a. 皮埃尔的附加联系"
83
- },
84
- "0.1.1": {
85
- "en": "fixed random crash, when api domain can't be resolved by dns\nadded time string of last api call",
86
- "de": "fester zufälliger absturz, wenn api-domain nicht durch dns behoben werden kann\nhinzufügen der zeitfolge des letzten api anrufs",
87
- "ru": "исправлена случайная катастрофа, когда домен api не может быть разрешен dns\nдобавлена строка времени последнего api call",
88
- "pt": "acidente aleatório fixo, quando o domínio api não pode ser resolvido por dns\nstring de tempo adicionado da última chamada api",
89
- "nl": "vertaling:\nvertaling:",
90
- "fr": "crash aléatoire fixe, quand le domaine api ne peut pas être résolu par des dns\na ajouté la chaîne de temps de dernière appel api",
91
- "it": "fisso crash casuale, quando il dominio api non può essere risolto da dns\nstringa di tempo aggiunta di ultima chiamata api",
92
- "es": "bloqueo fijo al azar, cuando el dominio api no puede ser resuelto por dns\ncadena de tiempo añadido de última llamada api",
93
- "pl": "stała przypadkowa katastrofa, gdy domena pi nie może być ustalona przez dns\ndodał czas na ostatni api call",
94
- "uk": "фіксована випадкова аварія, коли домен api не може бути вирішений dns\nдодано рядок часу останнього виклику api",
95
- "zh-cn": "固定的意外事故,如果一个皮埃尔区可以由庇护所解决。\n最后一页呼吁增加时间"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.hydrawise",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Adapter to control the Hydrawise irrigation control system",
5
5
  "author": {
6
6
  "name": "SentiQ",
@@ -39,7 +39,7 @@
39
39
  "@types/mocha": "^10.0.2",
40
40
  "@types/node": "^20.11.24",
41
41
  "@types/proxyquire": "^1.3.31",
42
- "@types/sinon": "^10.0.13",
42
+ "@types/sinon": "^17.0.3",
43
43
  "@types/sinon-chai": "^3.2.10",
44
44
  "@typescript-eslint/eslint-plugin": "^5.60.1",
45
45
  "@typescript-eslint/parser": "^5.60.1",
@@ -53,11 +53,11 @@
53
53
  "prettier": "^3.2.4",
54
54
  "proxyquire": "^2.1.3",
55
55
  "rimraf": "^5.0.5",
56
- "sinon": "^15.2.0",
56
+ "sinon": "^17.0.1",
57
57
  "sinon-chai": "^3.7.0",
58
58
  "source-map-support": "^0.5.21",
59
59
  "ts-node": "^10.9.1",
60
- "typescript": "~5.3.2"
60
+ "typescript": "~5.4.4"
61
61
  },
62
62
  "main": "build/main.js",
63
63
  "files": [