Skip to content

Commit

Permalink
docs: comment workaround for 7.22.0 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Aug 30, 2024
1 parent 58266c2 commit cc23710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/zwave-js/src/lib/controller/Controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6459,6 +6459,8 @@ ${associatedNodes.join(", ")}`,
if (filterSubsets) ret.delete(RFRegion.USA);

// EU Long Range was added in SDK 7.22 for 800 series chips
// 7.22.1 adds support for querying the supported regions, so the following
// is really only necessary for 7.22.0.
if (
typeof this._zwaveChipType === "string"
&& getChipTypeAndVersion(this._zwaveChipType)?.type === 8
Expand Down

0 comments on commit cc23710

Please sign in to comment.