zigbee-herdsman-converters 14.0.466 → 14.0.467

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/orvibo.js CHANGED
@@ -10,7 +10,7 @@ module.exports = [
10
10
  zigbeeModel: ['ORVIBO Socket'],
11
11
  model: 'OR-ZB-S010-3C',
12
12
  vendor: 'ORVIBO',
13
- description: 'Smart Socket',
13
+ description: 'Smart socket',
14
14
  extend: extend.switch(),
15
15
  },
16
16
  {
@@ -43,7 +43,7 @@ module.exports = [
43
43
  },
44
44
  {
45
45
  zigbeeModel: ['NLG-RGBW light'],
46
- model: 'NLG-RGBW light',
46
+ model: 'NLG-RGBW__light',
47
47
  vendor: 'Paul Neuhaus',
48
48
  description: 'Various RGBW lights (e.g. 100.111.57)',
49
49
  extend: extend.light_onoff_brightness_colortemp_color(),
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.466",
3
+ "version": "14.0.467",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "zigbee-herdsman-converters",
9
- "version": "14.0.466",
9
+ "version": "14.0.467",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "axios": "^0.26.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.466",
3
+ "version": "14.0.467",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [