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:
Koen Kanters
2024-05-02 20:20:06 +00:00
committed by GitHub
co-authored by Koenkk
parent 5899436d74
commit 3a61f0acfa
3 changed files with 7 additions and 5 deletions
+4 -4
View File
@@ -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
View File
@@ -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": {
+2
View File
@@ -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;