mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 10:28:33 -07:00
Update zigbee-herdsman-converters. #2133
This commit is contained in:
parent
09b7fe699e
commit
8bcbb5930a
@ -921,6 +921,10 @@ const mapping = {
|
||||
'ZLED-TUNE9': [cfg.light_brightness_colortemp],
|
||||
'XHS2-SE': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
|
||||
'4000116784070': [cfg.switch],
|
||||
'9290020399': [cfg.light_brightness],
|
||||
'929002241201': [cfg.light_brightness],
|
||||
'YRD210-HA-605': [cfg.lock, cfg.sensor_battery],
|
||||
'ZM-CSW032-D': [cfg.cover],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
12
npm-shrinkwrap.json
generated
12
npm-shrinkwrap.json
generated
@ -534,9 +534,9 @@
|
||||
}
|
||||
},
|
||||
"acorn-jsx": {
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz",
|
||||
"integrity": "sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==",
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.1.0.tgz",
|
||||
"integrity": "sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==",
|
||||
"dev": true
|
||||
},
|
||||
"acorn-walk": {
|
||||
@ -12559,9 +12559,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "11.1.22",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.22.tgz",
|
||||
"integrity": "sha512-aud2LWIKmcNcsfEGpjtfnjK4Jb1nfZ25A3tXsBbuGnyzCTh8WX7Yd+xhTe35jPBVsYv6tLLYQKQuCCBVK/r7Vw=="
|
||||
"version": "11.1.23",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.23.tgz",
|
||||
"integrity": "sha512-vvwKl6EsAUJsBk7HGz31RrAADfeKq89ZKvcSmDifvAXc6unOHQyfusqf9HAkXQnIJxlCdkuoJUbTVT5zLHY/eQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -46,7 +46,7 @@
|
||||
"semver": "*",
|
||||
"winston": "*",
|
||||
"zigbee-herdsman": "0.9.2",
|
||||
"zigbee-herdsman-converters": "11.1.22"
|
||||
"zigbee-herdsman-converters": "11.1.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user