mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 01:51:38 +00:00
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:
@@ -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.
|
||||
|
||||
Generated
+4
-4
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user