mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Update zigbee-herdsman-converters to 19.34.0 (#22411)
* fix(ignore): update zigbee-herdsman-converters to 19.34.0 * fix tests --------- Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Generated
+4
-4
@@ -34,7 +34,7 @@
|
||||
"winston-transport": "^4.7.0",
|
||||
"ws": "^8.17.0",
|
||||
"zigbee-herdsman": "0.46.0",
|
||||
"zigbee-herdsman-converters": "19.33.0",
|
||||
"zigbee-herdsman-converters": "19.34.0",
|
||||
"zigbee2mqtt-frontend": "0.6.166"
|
||||
},
|
||||
"bin": {
|
||||
@@ -9791,9 +9791,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zigbee-herdsman-converters": {
|
||||
"version": "19.33.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-19.33.0.tgz",
|
||||
"integrity": "sha512-8uGj8RTr5PSqf1clNqAjt/FswP7IAmVFM4yHO6t1hNVAXn06AlcXH6tlblDxxTuTbKX1Z1LWA+xM97LsZ/T7aw==",
|
||||
"version": "19.34.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-19.34.0.tgz",
|
||||
"integrity": "sha512-XslXhLomJkZlZqsQ9cyoyEo0QWHq4ErdWcT8XQxzgvNCuBlmNP5fQxM60E3tZrw5VJzBMGJATsipNNY8yT+izA==",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.8",
|
||||
"buffer-crc32": "^1.0.0",
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@
|
||||
"winston-transport": "^4.7.0",
|
||||
"ws": "^8.17.0",
|
||||
"zigbee-herdsman": "0.46.0",
|
||||
"zigbee-herdsman-converters": "19.33.0",
|
||||
"zigbee-herdsman-converters": "19.34.0",
|
||||
"zigbee2mqtt-frontend": "0.6.166"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -118,6 +118,8 @@ class Device {
|
||||
this.ping = jest.fn();
|
||||
this.removeFromNetwork = jest.fn();
|
||||
this.removeFromDatabase = jest.fn();
|
||||
this.customClusters = {};
|
||||
this.addCustomCluster = jest.fn();
|
||||
this.save = jest.fn();
|
||||
this.manufacturerName = manufacturerName;
|
||||
this.lastSeen = 1000;
|
||||
|
||||
Reference in New Issue
Block a user