iobroker.panasonic-comfort-cloud 2.0.0 → 2.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
@@ -21,6 +21,15 @@ It is recommended that a second account, for which the devices have been shared,
21
21
 
22
22
  ## Changelog
23
23
 
24
+ ### 2.0.3
25
+ * panasonic-comfort-cloud-client updated to new version. (appVersion changed again)
26
+
27
+ ### 2.0.2
28
+ * panasonic-comfort-cloud-client updated to new version.
29
+
30
+ ### 2.0.1
31
+ * Changed the type of some states from string to number.
32
+
24
33
  ### 2.0.0
25
34
  * Added js-controller 3 dependency.
26
35
  * Added username and password to protectedNative and password to encryptedNative.
package/build/main.js CHANGED
@@ -156,7 +156,7 @@ class PanasonicComfortCloud extends utils.Adapter {
156
156
  states: { 0: panasonic_comfort_cloud_client_1.Power[0], 1: panasonic_comfort_cloud_client_1.Power[1] },
157
157
  write: true,
158
158
  def: device.operate,
159
- type: 'string',
159
+ type: 'number',
160
160
  }, undefined);
161
161
  this.createState(deviceInfo.name, '', 'temperatureSet', {
162
162
  role: 'level.temperature',
@@ -189,7 +189,7 @@ class PanasonicComfortCloud extends utils.Adapter {
189
189
  },
190
190
  write: true,
191
191
  def: device.airSwingLR,
192
- type: 'string',
192
+ type: 'number',
193
193
  }, undefined);
194
194
  this.createState(deviceInfo.name, '', 'airSwingUD', {
195
195
  role: 'state',
@@ -202,7 +202,7 @@ class PanasonicComfortCloud extends utils.Adapter {
202
202
  },
203
203
  write: true,
204
204
  def: device.airSwingUD,
205
- type: 'string',
205
+ type: 'number',
206
206
  }, undefined);
207
207
  this.createState(deviceInfo.name, '', 'fanAutoMode', {
208
208
  role: 'state',
@@ -214,14 +214,14 @@ class PanasonicComfortCloud extends utils.Adapter {
214
214
  },
215
215
  write: true,
216
216
  def: device.fanAutoMode,
217
- type: 'string',
217
+ type: 'number',
218
218
  }, undefined);
219
219
  this.createState(deviceInfo.name, '', 'ecoMode', {
220
220
  role: 'state',
221
221
  states: { 0: panasonic_comfort_cloud_client_1.EcoMode[0], 1: panasonic_comfort_cloud_client_1.EcoMode[1], 2: panasonic_comfort_cloud_client_1.EcoMode[2] },
222
222
  write: true,
223
223
  def: device.ecoMode,
224
- type: 'string',
224
+ type: 'number',
225
225
  }, undefined);
226
226
  this.createState(deviceInfo.name, '', 'operationMode', {
227
227
  role: 'state',
@@ -234,7 +234,7 @@ class PanasonicComfortCloud extends utils.Adapter {
234
234
  },
235
235
  write: true,
236
236
  def: device.operationMode,
237
- type: 'string',
237
+ type: 'number',
238
238
  }, undefined);
239
239
  this.createState(deviceInfo.name, '', 'fanSpeed', {
240
240
  role: 'state',
@@ -248,7 +248,7 @@ class PanasonicComfortCloud extends utils.Adapter {
248
248
  },
249
249
  write: true,
250
250
  def: device.fanSpeed,
251
- type: 'string',
251
+ type: 'number',
252
252
  }, undefined);
253
253
  this.createState(deviceInfo.name, '', 'actualNanoe', {
254
254
  role: 'state',
@@ -261,7 +261,7 @@ class PanasonicComfortCloud extends utils.Adapter {
261
261
  },
262
262
  write: true,
263
263
  def: device.actualNanoe,
264
- type: 'string',
264
+ type: 'number',
265
265
  }, undefined);
266
266
  this.log.info(`Device ${deviceInfo.name} created.`);
267
267
  }
@@ -394,6 +394,5 @@ if (module.parent) {
394
394
  }
395
395
  else {
396
396
  // otherwise start the instance directly
397
- ;
398
397
  (() => new PanasonicComfortCloud())();
399
398
  }
package/io-package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "panasonic-comfort-cloud",
4
- "version": "2.0.0",
4
+ "version": "2.0.3",
5
5
  "news": {
6
+ "2.0.3": {
7
+ "en": "panasonic-comfort-cloud-client updated to new version. (appVersion changed again)",
8
+ "de": "panasonic-comfort-cloud-client auf die neue Version aktualisiert. (appVersion wurde wieder geändert)"
9
+ },
10
+ "2.0.2": {
11
+ "en": "panasonic-comfort-cloud-client updated to new version.",
12
+ "de": "panasonic-comfort-cloud-client auf die neue Version aktualisiert."
13
+ },
14
+ "2.0.1": {
15
+ "en": "Changed the type of some states from string to number.",
16
+ "de": "Den Typ von einigen States von string zu number geändert."
17
+ },
6
18
  "2.0.0": {
7
19
  "en": "Added js-controller 3 dependency.\nAdded username and password to protectedNative and password to encryptedNative.\nAdded connection info.\nChanged schdule to timeout for refresh.\nFixes for async await pattern.",
8
20
  "de": "js-controller 3 als Abhängigkeit eingefügt.\nusername und password zu protectedNative und password zu encryptedNative hinzugefügt.\nconnection info als Status eingefügt.\nSchudle durch timeout für die Geräteaktualisierung erstezt.\nAsync und await überall korrekt berücksichtig."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.panasonic-comfort-cloud",
3
- "version": "2.0.0",
3
+ "version": "2.0.3",
4
4
  "description": "Adapter for Panasonic Comfort Cloud",
5
5
  "author": {
6
6
  "name": "marc",
@@ -19,7 +19,7 @@
19
19
  "@iobroker/adapter-core": "^2.5.1",
20
20
  "@types/lodash": "^4.14.149",
21
21
  "lodash": "^4.17.15",
22
- "panasonic-comfort-cloud-client": "^1.1.4",
22
+ "panasonic-comfort-cloud-client": "^1.1.6",
23
23
  "ts-enum-util": "^4.0.1"
24
24
  },
25
25
  "devDependencies": {