mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-06 19:00:13 +00:00
fix(ignore): update zigbee-herdsman-converters to 26.22.0 (#31451)
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@
|
||||
"winston-transport": "^4.9.0",
|
||||
"ws": "^8.19.0",
|
||||
"zigbee-herdsman": "10.0.3",
|
||||
"zigbee-herdsman-converters": "26.21.0",
|
||||
"zigbee-herdsman-converters": "26.22.0",
|
||||
"zigbee2mqtt-frontend": "0.9.21",
|
||||
"zigbee2mqtt-windfront": "2.10.0"
|
||||
},
|
||||
|
||||
Generated
+5
-5
@@ -75,8 +75,8 @@ importers:
|
||||
specifier: 10.0.3
|
||||
version: 10.0.3
|
||||
zigbee-herdsman-converters:
|
||||
specifier: 26.21.0
|
||||
version: 26.21.0
|
||||
specifier: 26.22.0
|
||||
version: 26.22.0
|
||||
zigbee2mqtt-frontend:
|
||||
specifier: 0.9.21
|
||||
version: 0.9.21
|
||||
@@ -1472,8 +1472,8 @@ packages:
|
||||
utf-8-validate:
|
||||
optional: true
|
||||
|
||||
zigbee-herdsman-converters@26.21.0:
|
||||
resolution: {integrity: sha512-PRoaIkyVriIQq/dDrvPiduxkhbQ9YGJhBpUkPouLTfiMRz/Bi6W+nPtSeVrVoaq6gmDkEA7U/zTK80UpfNb0sQ==}
|
||||
zigbee-herdsman-converters@26.22.0:
|
||||
resolution: {integrity: sha512-Y9u30Qe5uWQtZDPrE6Vih0SzggNv9x25KOFR1F+B5XAEIczNUMIVzw5ytIw5jg81Og+ns3BK3AGqhsIlzj45KA==}
|
||||
engines: {node: '>=20.15.0'}
|
||||
|
||||
zigbee-herdsman@10.0.3:
|
||||
@@ -2759,7 +2759,7 @@ snapshots:
|
||||
|
||||
ws@8.19.0: {}
|
||||
|
||||
zigbee-herdsman-converters@26.21.0:
|
||||
zigbee-herdsman-converters@26.22.0:
|
||||
dependencies:
|
||||
iconv-lite: 0.7.2
|
||||
semver: 7.7.4
|
||||
|
||||
@@ -112,7 +112,7 @@ describe("Controller", () => {
|
||||
expect(mockLogger.info).toHaveBeenCalledWith(
|
||||
"bulb (0x000b57fffec6a5b2): LED1545G12 - IKEA TRADFRI bulb E26/E27, white spectrum, globe, opal, 980 lm (Router)",
|
||||
);
|
||||
expect(mockLogger.info).toHaveBeenCalledWith("remote (0x0017880104e45517): 324131092621 - Philips Hue dimmer switch (EndDevice)");
|
||||
expect(mockLogger.info).toHaveBeenCalledWith("remote (0x0017880104e45517): 324131092621 - Philips Hue dimmer switch gen 1 (EndDevice)");
|
||||
expect(mockLogger.info).toHaveBeenCalledWith("0x0017880104e45518 (0x0017880104e45518): Not supported (EndDevice)");
|
||||
expect(mockMQTTConnectAsync).toHaveBeenCalledTimes(1);
|
||||
expect(mockMQTTConnectAsync).toHaveBeenCalledWith("mqtt://localhost", {
|
||||
|
||||
@@ -833,7 +833,7 @@ describe("Extension: Bridge", () => {
|
||||
{
|
||||
definition: {
|
||||
source: "native",
|
||||
description: "Hue dimmer switch",
|
||||
description: "Hue dimmer switch gen 1",
|
||||
exposes: [
|
||||
{
|
||||
access: 1,
|
||||
|
||||
Reference in New Issue
Block a user