Update zigbee-herdsman-converters to 17.1.1 (#20385)

* fix(ignore): update zigbee-herdsman-converters to 17.1.1

* Update otaUpdate.ts

---------

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-12-26 18:56:54 +01:00
committed by GitHub
parent 56f57625b0
commit ec06efe86a
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export default class OTAUpdate extends Extension {
}
// In order to support local firmware files we need to let zigbeeOTA know where the data directory is
zhc.ota.zigbeeOTA.setDataDir(dataDir.getPath());
zhc.ota.setDataDir(dataDir.getPath());
// In case Zigbee2MQTT is restared during an update, progress and remaining values are still in state.
// remove them.
+4 -4
View File
@@ -34,7 +34,7 @@
"winston-transport": "^4.6.0",
"ws": "^8.15.1",
"zigbee-herdsman": "0.28.0",
"zigbee-herdsman-converters": "17.0.0",
"zigbee-herdsman-converters": "17.1.1",
"zigbee2mqtt-frontend": "0.6.150"
},
"bin": {
@@ -9795,9 +9795,9 @@
}
},
"node_modules/zigbee-herdsman-converters": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-17.0.0.tgz",
"integrity": "sha512-YIvHhNTXGEkeTfZDc08GD6OdYz6R4MUXvfcgdWIK2JinT8OFXJ/H+NBsjdoa1FsLKgsEBOoT3uItJwZ3gkm/cg==",
"version": "17.1.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-17.1.1.tgz",
"integrity": "sha512-lYeYI4AeEE05qRc62UDTZl4+k5IOoE+0nzy9LH6KrYNg6BHMJHI4+awOZ6qm+ogZJPt7hpPk+xcnRue3272Q3A==",
"dependencies": {
"axios": "^1.6.2",
"buffer-crc32": "^0.2.13",
+1 -1
View File
@@ -62,7 +62,7 @@
"winston-transport": "^4.6.0",
"ws": "^8.15.1",
"zigbee-herdsman": "0.28.0",
"zigbee-herdsman-converters": "17.0.0",
"zigbee-herdsman-converters": "17.1.1",
"zigbee2mqtt-frontend": "0.6.150"
},
"devDependencies": {