Skip to content

Commit

Permalink
feat: export NodeDump type (zwave-js#6915)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Jun 11, 2024
1 parent 38fc438 commit 09118c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/zwave-js/src/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {
} from "@zwave-js/core/safe";
export type { DataRate, FLiRS } from "@zwave-js/core/safe";
export { DeviceClass } from "./lib/node/DeviceClass";
export type { NodeDump } from "./lib/node/Dump";
export { Endpoint } from "./lib/node/Endpoint";
export { ZWaveNode } from "./lib/node/Node";
export type {
Expand Down

0 comments on commit 09118c9

Please sign in to comment.