Skip to content

Commit

Permalink
fix(ignore): update dependencies (#805)
Browse files Browse the repository at this point in the history
* fix(ignore): update dependencies

* Update zStackAdapter.ts

* Update zStackAdapter.ts

---------

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
  • Loading branch information
Koenkk and Koenkk authored Nov 20, 2023
1 parent e4d8cbe commit 6449923
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@serialport/parser-delimiter": "^12.0.0",
"@serialport/stream": "^12.0.0",
"bonjour-service": "^1.1.1",
"debounce": "^1.2.1",
"debounce": "^2.0.0",
"debug": "^4.3.4",
"fast-deep-equal": "^3.1.3",
"mixin-deep": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/z-stack/adapter/zStackAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ class ZStackAdapter extends Adapter {
/* istanbul ignore next */
this.discoverRoute(payload.networkAddress, false).catch(() => {});
}, payload.networkAddress);
}, 60 * 1000, true);
}, 60 * 1000, {immediate: true});
this.deviceAnnounceRouteDiscoveryDebouncers.set(payload.networkAddress, debouncer);
}

Expand Down

0 comments on commit 6449923

Please sign in to comment.