Skip to content

Commit

Permalink
Make the NMEA 2000 product serial code unique (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas authored May 28, 2024
1 parent e8ef256 commit d585bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/candevice.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class CanDevice extends EventEmitter {
"Model ID": "Signal K",
"Software Version Code": "1.0",
"Model Version": "canbusjs",
"Model Serial Code": "123456",
"Model Serial Code": options.uniqueNumber ? options.uniqueNumber.toString() : "000001",
"Certification Level": 0,
"Load Equivalency": 1
}
Expand Down

0 comments on commit d585bb7

Please sign in to comment.