Skip to content

Commit

Permalink
Update zigbee-herdsman to 0.47.0 (#22602)
Browse files Browse the repository at this point in the history
* fix(ignore): update zigbee-herdsman to 0.47.0

* fix imports

* u

---------

Co-authored-by: Koenkk <[email protected]>
  • Loading branch information
Koenkk and Koenkk authored May 12, 2024
1 parent 04e88ba commit 09e51e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
5 changes: 1 addition & 4 deletions lib/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ import type {

import type {
Cluster as ZHCluster,
} from 'zigbee-herdsman/dist/zcl/tstype';

import type {
FrameControl as ZHFrameControl,
} from 'zigbee-herdsman/dist/zcl';
} from 'zigbee-herdsman/dist/zspec/zcl/definition/tstype';

import type * as zhc from 'zigbee-herdsman-converters';

Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.17.0",
"zigbee-herdsman": "0.46.6",
"zigbee-herdsman-converters": "19.37.2",
"zigbee-herdsman": "0.47.0",
"zigbee-herdsman-converters": "19.38.0",
"zigbee2mqtt-frontend": "0.6.167"
},
"devDependencies": {
Expand Down

0 comments on commit 09e51e0

Please sign in to comment.