zigbee-herdsman-converters 14.0.484 → 14.0.485

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/devices/heiman.js CHANGED
@@ -72,7 +72,7 @@ module.exports = [
72
72
  {
73
73
  zigbeeModel: ['SMOK_V16', 'SMOK_V15', 'b5db59bfd81e4f1f95dc57fdbba17931', '98293058552c49f38ad0748541ee96ba', 'SMOK_YDLV10',
74
74
  'FB56-SMF02HM1.4', 'SmokeSensor-N-3.0', '319fa36e7384414a9ea62cba8f6e7626', 'c3442b4ac59b4ba1a83119d938f283ab',
75
- 'SmokeSensor-EF-3.0'],
75
+ 'SmokeSensor-EF-3.0', 'SMOK_HV14'],
76
76
  model: 'HS1SA',
77
77
  vendor: 'HEIMAN',
78
78
  description: 'Smoke detector',
package/devices/lidl.js CHANGED
@@ -736,8 +736,8 @@ module.exports = [
736
736
  model: 'HG08633',
737
737
  vendor: 'Lidl',
738
738
  description: 'Livarno gardenspot RGB',
739
- extend: extend.light_onoff_brightness_colortemp_color({disableColorTempStartup: true, colorTempRange: [153, 500]}),
740
- meta: {applyRedFix: true, enhancedHue: false},
739
+ extend: extend.light_onoff_brightness_colortemp_color({supportsHS: true, preferHS: true, colorTempRange: [153, 500]}),
740
+ meta: {enhancedHue: false},
741
741
  },
742
742
  {
743
743
  fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_chyvmhay'}],
package/devices/tuya.js CHANGED
@@ -12,7 +12,8 @@ const utils = require('../lib/utils');
12
12
 
13
13
  const TS011Fplugs = ['_TZ3000_5f43h46b', '_TZ3000_cphmq0q7', '_TZ3000_dpo1ysak', '_TZ3000_ew3ldmgx', '_TZ3000_gjnozsaz',
14
14
  '_TZ3000_jvzvulen', '_TZ3000_mraovvmm', '_TZ3000_nfnmi125', '_TZ3000_ps3dmato', '_TZ3000_w0qqde0g', '_TZ3000_u5u4cakc',
15
- '_TZ3000_rdtixbnu', '_TZ3000_typdpbpg', '_TZ3000_kx0pris5', '_TZ3000_amdymr7l', '_TZ3000_z1pnpsdo', '_TZ3000_ksw8qtmt'];
15
+ '_TZ3000_rdtixbnu', '_TZ3000_typdpbpg', '_TZ3000_kx0pris5', '_TZ3000_amdymr7l', '_TZ3000_z1pnpsdo', '_TZ3000_ksw8qtmt',
16
+ '_TZ3000_nzkqcvvs'];
16
17
 
17
18
  const tzLocal = {
18
19
  TS0504B_color: {
package/lib/constants.js CHANGED
@@ -97,14 +97,14 @@ const temperatureDisplayMode = {
97
97
  1: 'fahrenheit',
98
98
  };
99
99
 
100
- const danfossAdaptationRunStatus= {
100
+ const danfossAdaptionRunStatus= {
101
101
  0: 'none',
102
102
  1: 'in_progress',
103
103
  2: 'found',
104
104
  4: 'lost',
105
105
  };
106
106
 
107
- const danfossAdaptationRunControl = {
107
+ const danfossAdaptionRunControl = {
108
108
  1: 'initate_adaptation',
109
109
  2: 'cancel_adaptation',
110
110
  };
@@ -279,8 +279,8 @@ module.exports = {
279
279
  dayOfWeek,
280
280
  fanMode,
281
281
  temperatureDisplayMode,
282
- danfossAdaptationRunControl,
283
- danfossAdaptationRunStatus,
282
+ danfossAdaptionRunControl,
283
+ danfossAdaptionRunStatus,
284
284
  danfossWindowOpen,
285
285
  danfossRoomStatusCode,
286
286
  danfossOutputStatus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.484",
3
+ "version": "14.0.485",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [