Skip to content

Commit

Permalink
fix: make address claim priority 6 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored May 28, 2024
1 parent aa5ff47 commit ce4bb87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/candevice.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ class CanDevice extends EventEmitter {
this.addressClaim = options.addressClaim
this.addressClaim.pgn = 60928
this.addressClaim.dst = 255
this.addressClaim.prio = 6
} else {
this.addressClaim = {
pgn: 60928,
dst: 255,
prio:6,
"Unique Number": 1263,
"Manufacturer Code": 999,
"Device Function": 130, // PC gateway
Expand Down

0 comments on commit ce4bb87

Please sign in to comment.