mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Update converters and herdsman.
This commit is contained in:
parent
4803be2df9
commit
8f8180f84d
@ -1056,7 +1056,7 @@ const mapping = {
|
|||||||
'2AJZ4KPDR': [cfg.sensor_battery, cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
|
'2AJZ4KPDR': [cfg.sensor_battery, cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
|
||||||
'6717-84': [cfg.switch],
|
'6717-84': [cfg.switch],
|
||||||
'ICZB-KPD18S': [cfg.sensor_battery, cfg.sensor_click, cfg.sensor_action],
|
'ICZB-KPD18S': [cfg.sensor_battery, cfg.sensor_click, cfg.sensor_action],
|
||||||
'100.469.65': [cfg.light_brightness_colortemp],
|
'8195-55': [cfg.light_brightness_colortemp],
|
||||||
'E1757': [cfg.cover_position, cfg.sensor_battery],
|
'E1757': [cfg.cover_position, cfg.sensor_battery],
|
||||||
'E1926': [cfg.cover_position, cfg.sensor_battery],
|
'E1926': [cfg.cover_position, cfg.sensor_battery],
|
||||||
'LWG004': [cfg.light_brightness],
|
'LWG004': [cfg.light_brightness],
|
||||||
@ -1258,6 +1258,7 @@ const mapping = {
|
|||||||
'73743': [cfg.sensor_action, cfg.sensor_battery],
|
'73743': [cfg.sensor_action, cfg.sensor_battery],
|
||||||
'C4': [cfg.sensor_action],
|
'C4': [cfg.sensor_action],
|
||||||
'GL-D-003ZS': [cfg.light_brightness_colortemp_colorxy],
|
'GL-D-003ZS': [cfg.light_brightness_colortemp_colorxy],
|
||||||
|
'798.09': [cfg.light_brightness_colortemp_colorxy],
|
||||||
};
|
};
|
||||||
|
|
||||||
Object.keys(mapping).forEach((key) => {
|
Object.keys(mapping).forEach((key) => {
|
||||||
|
12
npm-shrinkwrap.json
generated
12
npm-shrinkwrap.json
generated
@ -6791,9 +6791,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zigbee-herdsman": {
|
"zigbee-herdsman": {
|
||||||
"version": "0.12.55",
|
"version": "0.12.56",
|
||||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.12.55.tgz",
|
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.12.56.tgz",
|
||||||
"integrity": "sha512-HZ6W/Bi9VOldm8bgJpOMBlkI82B0b14HSA3RI0+hgAwHaMsi8nwpRs4I1LpiCAMWTHXdoqGUBMxG5uxMH0vK4w==",
|
"integrity": "sha512-aVW9Uipoo7TWjmHVY197qXPgHytgUVHUs21prt9RG5WYdYcG3hoEqPUhePStp8Qtr4GTSSZWrtcAJea+bkZzkA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"fast-deep-equal": "^2.0.1",
|
"fast-deep-equal": "^2.0.1",
|
||||||
@ -14744,9 +14744,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zigbee-herdsman-converters": {
|
"zigbee-herdsman-converters": {
|
||||||
"version": "12.0.32",
|
"version": "12.0.33",
|
||||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.32.tgz",
|
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.33.tgz",
|
||||||
"integrity": "sha512-D8C4lxd98oNb17bZZ2VOA0U2U2sWV5oEpjtyO7LCtFdPmZS5BuHSt7aQ1GFdzTsZXj6Z1Jm5tWYL75KRZKJQNQ==",
|
"integrity": "sha512-1wGNdRGDDHj1qwRjUfqTSt4SYTf8V5UJtE7IaikineUNEkxMXCdc4kQUrktyPkmHc0qogtiWwQFO0jUXtkPr7w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"axios": "*",
|
"axios": "*",
|
||||||
"tar-stream": "*"
|
"tar-stream": "*"
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
"rimraf": "*",
|
"rimraf": "*",
|
||||||
"semver": "*",
|
"semver": "*",
|
||||||
"winston": "*",
|
"winston": "*",
|
||||||
"zigbee-herdsman": "0.12.55",
|
"zigbee-herdsman": "0.12.56",
|
||||||
"zigbee-herdsman-converters": "12.0.32"
|
"zigbee-herdsman-converters": "12.0.33"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "*",
|
"eslint": "*",
|
||||||
|
Loading…
Reference in New Issue
Block a user