Skip to content

Commit

Permalink
Update Node.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
XLDom authored Oct 17, 2023
1 parent 7b55a83 commit 673d508
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 @@ -3743,6 +3743,7 @@ protocol version: ${this.protocolVersion}`;
);
}
}

private handleBinarySwitchSetCommand(command: BinarySwitchCC) : void {
// Retrieve the endpoint the command is coming from
const sourceEndpoint = this.getEndpoint(command.endpointIndex ?? 0)
Expand Down

0 comments on commit 673d508

Please sign in to comment.