Skip to content

Commit

Permalink
doc: add pointer to signalk-n2kais-to-nmea0183
Browse files Browse the repository at this point in the history
People have trouble finding the AIS conversion plugin, so
let's add a pointer to it in this plugin.
  • Loading branch information
tkurki committed Sep 4, 2023
1 parent 0c3243d commit 7cba836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function (app) {
type: 'object',
title: 'Conversions to NMEA0183',
description:
'If there is SK data for the conversion generate the following NMEA0183 sentences from Signal K data:',
'If there is SK data for the conversion generate the following NMEA0183 sentences from Signal K data. For converting NMEA2000 AIS to NMEA 0183 use the signalk-n2kais-to-nmea0183 plugin.',
properties: {}
}

Expand Down

0 comments on commit 7cba836

Please sign in to comment.