homebridge-melcloud-control 4.6.3-beta-0 → 4.6.3-beta.1
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.
|
@@ -291,7 +291,6 @@
|
|
|
291
291
|
deviceInConfig = {
|
|
292
292
|
id: deviceId,
|
|
293
293
|
type: device.Type,
|
|
294
|
-
displayType: 0,
|
|
295
294
|
name: device.DeviceName
|
|
296
295
|
};
|
|
297
296
|
devicesInConfig.push(deviceInConfig);
|
|
@@ -310,9 +309,7 @@
|
|
|
310
309
|
if (!presetIds.has(presetId)) {
|
|
311
310
|
const presetObj = {
|
|
312
311
|
id: presetId,
|
|
313
|
-
|
|
314
|
-
name: preset.NumberDescription || `Preset ${index}`,
|
|
315
|
-
namePrefix: false
|
|
312
|
+
name: preset.NumberDescription || `Preset ${index}`
|
|
316
313
|
};
|
|
317
314
|
deviceInConfig.presets.push(presetObj);
|
|
318
315
|
newPresets.push(presetObj);
|
|
@@ -334,9 +331,7 @@
|
|
|
334
331
|
if (!scheduleIds.has(scheduleId)) {
|
|
335
332
|
const scheduleObj = {
|
|
336
333
|
id: scheduleId,
|
|
337
|
-
displayType: 0,
|
|
338
334
|
name: `Schedule ${index}`,
|
|
339
|
-
namePrefix: false
|
|
340
335
|
};
|
|
341
336
|
deviceInConfig.schedules.push(scheduleObj);
|
|
342
337
|
newSchedules.push(scheduleObj);
|
|
@@ -353,9 +348,7 @@
|
|
|
353
348
|
if (!sceneIds.has(sceneId)) {
|
|
354
349
|
const sceneObj = {
|
|
355
350
|
id: sceneId,
|
|
356
|
-
|
|
357
|
-
name: scene.Name || `Scene ${index}`,
|
|
358
|
-
namePrefix: false
|
|
351
|
+
name: scene.Name || `Scene ${index}`
|
|
359
352
|
};
|
|
360
353
|
deviceInConfig.scenes.push(sceneObj);
|
|
361
354
|
newScenes.push(sceneObj);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.6.3-beta
|
|
4
|
+
"version": "4.6.3-beta.1",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|