Skip to content

Commit

Permalink
fix: values missing from endpoint dump (#7101)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Aug 13, 2024
1 parent 72b84f6 commit 4f5b4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zwave-js/src/lib/node/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7907,7 +7907,7 @@ ${formatRouteHealthCheckSummary(this.id, otherNode.id, summary)}`,
ret.endpoints ??= {};
const endpointDump = endpoint.createEndpointDump();
collectValues(
index,
endpoint.index,
(ccId) => endpointDump.commandClasses[getCCName(ccId)]?.values,
);
ret.endpoints[endpoint.index] = endpointDump;
Expand Down

0 comments on commit 4f5b4c3

Please sign in to comment.