Skip to content

Commit

Permalink
fix: remove other join strategies for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 6, 2024
1 parent da57da2 commit 1b78ab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/zwave-js/src/lib/controller/Inclusion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,10 @@ export enum RemoveNodeReason {
}

export enum JoinNetworkStrategy {
SmartStart,
Security_S2,
Security_S0,
Insecure,
// SmartStart,
// Security_S0,
// Insecure,
}

export enum JoinNetworkResult {
Expand Down

0 comments on commit 1b78ab2

Please sign in to comment.