Skip to content

Commit

Permalink
fix: do not map root endpoint values to ALL endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Feb 23, 2021
1 parent f72e2f4 commit 0ccf574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/zwave-js/src/lib/node/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1782,6 +1782,7 @@ version: ${this.version}`;
);
command.endpointIndex = endpoint.index;
command.persistValues();
break;
}
}

Expand Down

0 comments on commit 0ccf574

Please sign in to comment.