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 +1 -1
- package/devices/paul_neuhaus.js +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/devices/orvibo.js
CHANGED
package/devices/paul_neuhaus.js
CHANGED
|
@@ -43,7 +43,7 @@ module.exports = [
|
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
zigbeeModel: ['NLG-RGBW light'],
|
|
46
|
-
model: 'NLG-
|
|
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(),
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zigbee-herdsman-converters",
|
|
3
|
-
"version": "14.0.
|
|
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.
|
|
9
|
+
"version": "14.0.467",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"axios": "^0.26.1",
|