Skip to content

Commit

Permalink
fix: regions
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 14, 2024
1 parent b8c6f69 commit 486ad44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/items.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { RFRegion, Protocols, ZnifferRegion } from 'zwave-js/safe'
import { RFRegion, Protocols } from 'zwave-js/safe'
import { ZnifferRegion } from '@zwave-js/core/safe'

export const rfRegions = Object.keys(RFRegion)
.filter((k) => isNaN(k))
Expand Down

0 comments on commit 486ad44

Please sign in to comment.