mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 10:28:33 -07:00
Update zigbee-shepherd-converters.
This commit is contained in:
parent
0d6c001f2c
commit
d980d0abcc
@ -262,6 +262,22 @@ const mapping = {
|
||||
'E11-G13': [configurations.light_brightness],
|
||||
'LED1649C5': [configurations.light_brightness],
|
||||
'ICPSHC24-10EU-IL-1': [configurations.light_brightness],
|
||||
'LED1546G12': [configurations.light_brightness_colortemp],
|
||||
'L1527': [configurations.light_brightness_colortemp],
|
||||
'L1529': [configurations.light_brightness_colortemp],
|
||||
'L1528': [configurations.light_brightness_colortemp],
|
||||
'RB 165': [configurations.light_brightness],
|
||||
'RB 175 W': [configurations.light_brightness],
|
||||
'RS 125': [configurations.light_brightness],
|
||||
'RB 145': [configurations.light_brightness],
|
||||
'PL 110': [configurations.light_brightness],
|
||||
'ST 110': [configurations.light_brightness],
|
||||
'UC 110': [configurations.light_brightness],
|
||||
'DL 110 N': [configurations.light_brightness],
|
||||
'DL 110 W': [configurations.light_brightness],
|
||||
'SL 110 N': [configurations.light_brightness],
|
||||
'SL 110 M': [configurations.light_brightness],
|
||||
'SL 110 W': [configurations.light_brightness],
|
||||
};
|
||||
|
||||
// A map of all discoverd devices
|
||||
|
14
npm-shrinkwrap.json
generated
14
npm-shrinkwrap.json
generated
@ -1066,9 +1066,9 @@
|
||||
}
|
||||
},
|
||||
"localforage": {
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/localforage/-/localforage-1.7.1.tgz",
|
||||
"integrity": "sha1-5JJ+BCMCuGTbMPMhHxO1xvDell0=",
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/localforage/-/localforage-1.7.2.tgz",
|
||||
"integrity": "sha1-+kRCYC+Abt0rympUq05lbwMfEhw=",
|
||||
"requires": {
|
||||
"lie": "3.1.1"
|
||||
},
|
||||
@ -1193,7 +1193,7 @@
|
||||
"requires": {
|
||||
"async": "0.2.10",
|
||||
"binary-search-tree": "0.2.5",
|
||||
"localforage": "1.7.1",
|
||||
"localforage": "1.7.2",
|
||||
"mkdirp": "0.5.1",
|
||||
"underscore": "1.4.4"
|
||||
},
|
||||
@ -2787,9 +2787,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "2.0.9",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.9.tgz",
|
||||
"integrity": "sha512-uAIt01bRxpbRh50Ck4rmGHK6nKyrpFHag+Km4F+OJ7gqgExvBy/FEY9q/vBWcrKs9dmDJgtgIQ0ShM8us29U9A==",
|
||||
"version": "2.0.10",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.10.tgz",
|
||||
"integrity": "sha512-7ud41U2SJJQxdFO5kyC9DwJUOf37uLWHthwqLLxUG9krw1lUGUXzgcYWX02QjYAf6/AAPVfPWvZCHYKD8v/6YQ==",
|
||||
"requires": {
|
||||
"debounce": "1.1.0"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user