iobroker.panasonic-comfort-cloud 3.0.2 → 3.0.3

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
@@ -24,6 +24,10 @@ With the method used, only one client can be logged on with the account at a tim
24
24
  It is recommended that a second account, for which the devices have been shared, is used.
25
25
 
26
26
  ## Changelog
27
+ ### 3.0.3 (2024-11-08)
28
+
29
+ * panasonic-comfort-cloud-client updated to new version. CFC generator for header added.
30
+
27
31
  ### 3.0.2 (2024-07-10)
28
32
 
29
33
  * Fixed bug in refreshing oauth token again.
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "panasonic-comfort-cloud",
4
- "version": "3.0.2",
4
+ "version": "3.0.3",
5
5
  "news": {
6
+ "3.0.3": {
7
+ "en": "panasonic-comfort-cloud-client updated to new version. CFC generator for header added.",
8
+ "de": "panasonic-comfort-cloud-client auf neue Version aktualisiert. CFC-Generator für Header hinzugefügt.",
9
+ "ru": "panasonic-comfort-cloud-client обновился до новой версии. Генератор ХФУ для добавления заголовка.",
10
+ "pt": "panasonic-comfort-cloud-client atualizado para nova versão. Gerador CFC para cabeçalho adicionado.",
11
+ "nl": "panasonic-comfort-cloud-client bijgewerkt naar nieuwe versie. CFC generator voor header toegevoegd.",
12
+ "fr": "panasonic-comfort-cloud-client mis à jour vers une nouvelle version. Générateur de CFC pour l'entête ajouté.",
13
+ "it": "panasonic-comfort-cloud-client aggiornato alla nuova versione. Generatore CFC per intestazione aggiunto.",
14
+ "es": "panasonic-comfort-cloud-client actualizado a nueva versión. Generador de CFC para cabecera añadido.",
15
+ "pl": "panasonic- comfort- cloud- cloud- client zaktualizowany do nowej wersji. Generator CFC dla nagłówka dodany.",
16
+ "uk": "panasonic-comfort-cloud-client оновлено до нової версії. Генератор CFC для головки додано.",
17
+ "zh-cn": "panasonic-comfort-cloud-客户端更新到新版本. 增加了用于页眉的氟氯化碳生成器."
18
+ },
6
19
  "3.0.2": {
7
20
  "en": "Fixed bug in refreshing oauth token again.",
8
21
  "de": "Fehler beim Erfrischen von Oauth-Token behoben.",
@@ -80,19 +93,6 @@
80
93
  "pl": "Administrowane wsparcie dla admin 5 UI (jsonConfig).\nZmodernizowane pakiety.\nTłumaczenie.",
81
94
  "uk": "Додано підтримку admin 5 UI (jsonConfig.).\nОновлені пакети.\nФіксований переклад.",
82
95
  "zh-cn": "增援5 UI(json Config).\n最新一揽子计划。.\n固定翻译。."
83
- },
84
- "2.2.2": {
85
- "en": "Fixed wrong versoin number.",
86
- "de": "Falsche Versionsnummer behoben.",
87
- "ru": "Исправлен неправильный номер версии.",
88
- "pt": "Corrigido número de versoin errado.",
89
- "nl": "Verkeerd versoin-nummer opgelost.",
90
- "fr": "Correction d'un mauvais numéro de version.",
91
- "it": "Risolto il numero di versoin errato.",
92
- "es": "Se corrigió el número de verso incorrecto.",
93
- "pl": "Naprawiono błędny numer wersji.",
94
- "uk": "Виправлено неправильний номер versoin.",
95
- "zh-cn": "修复了错误的版本号。"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -127,20 +127,22 @@
127
127
  "keywords": [
128
128
  "air condition"
129
129
  ],
130
- "license": "MIT",
130
+ "licenseInformation": {
131
+ "license": "MIT",
132
+ "type": "free"
133
+ },
131
134
  "platform": "Javascript/Node.js",
132
135
  "connectionType": "cloud",
133
136
  "dataSource": "poll",
134
- "main": "build/main.js",
135
137
  "icon": "panasonic-comfort-cloud.png",
136
138
  "enabled": true,
137
139
  "extIcon": "https://raw.githubusercontent.com/marc2016/ioBroker.panasonic-comfort-cloud/master/admin/panasonic-comfort-cloud.png",
138
140
  "readme": "https://github.com/marc2016/ioBroker.panasonic-comfort-cloud/blob/master/README.md",
139
141
  "loglevel": "info",
142
+ "tier": 1,
140
143
  "mode": "daemon",
141
144
  "type": "climate-control",
142
145
  "compact": true,
143
- "materialize": true,
144
146
  "adminUI": {
145
147
  "config": "json"
146
148
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.panasonic-comfort-cloud",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Adapter for Panasonic Comfort Cloud",
5
5
  "author": {
6
6
  "name": "marc",
@@ -16,13 +16,13 @@
16
16
  "url": "https://github.com/marc2016/ioBroker.panasonic-comfort-cloud"
17
17
  },
18
18
  "engines": {
19
- "node": ">=16"
19
+ "node": ">=18"
20
20
  },
21
21
  "dependencies": {
22
- "@iobroker/adapter-core": "^3.0.4",
22
+ "@iobroker/adapter-core": "^3.1.6",
23
23
  "@types/lodash": "^4.14.202",
24
24
  "lodash": "^4.17.21",
25
- "panasonic-comfort-cloud-client": "2.0.2",
25
+ "panasonic-comfort-cloud-client": "2.0.3",
26
26
  "ts-enum-util": "^4.0.2"
27
27
  },
28
28
  "devDependencies": {
@@ -30,7 +30,7 @@
30
30
  "@alcalzone/release-script-plugin-iobroker": "^3.7.0",
31
31
  "@alcalzone/release-script-plugin-license": "^3.7.0",
32
32
  "@iobroker/adapter-dev": "^1.2.0",
33
- "@iobroker/testing": "^4.1.0",
33
+ "@iobroker/testing": "^4.1.3",
34
34
  "@tsconfig/node14": "^14.1.0",
35
35
  "@types/chai": "^4.3.11",
36
36
  "@types/chai-as-promised": "^7.1.8",
@@ -46,7 +46,6 @@
46
46
  "chai": "^4.3.10",
47
47
  "chai-as-promised": "^7.1.1",
48
48
  "eslint": "^8.56.0",
49
- "gulp": "^4.0.2",
50
49
  "mocha": "^10.2.0",
51
50
  "proxyquire": "^2.1.3",
52
51
  "rimraf": "^5.0.5",
@@ -70,6 +69,7 @@
70
69
  "prebuild": "rimraf ./build",
71
70
  "build:ts": "tsc -p tsconfig.build.json",
72
71
  "build": "build-adapter ts",
72
+ "check": "tsc --noEmit",
73
73
  "watch:ts": "tsc -p tsconfig.build.json --watch",
74
74
  "watch": "npm run watch:ts",
75
75
  "test": "npm run test:package && npm run test:unit",