signalk-ais-target-prioritizer
Version:
A SignalK plugin that priorizes AIS targets according to guard and CPA criteria.
21 lines • 825 B
JSON
{
"type": "object",
"description": "Note: edit CPA warning and alarm settings in the webapp.",
"properties": {
"enableDataPublishing": {
"type": "boolean",
"title": "Publish AIS Target CPA, TCPA, Range, Bearing, Priority, and Alarm Status to SignalK (navigation.closestApproach). This is not required if just using the webapp.",
"default": true
},
"enableAlarmPublishing": {
"type": "boolean",
"title": "Publish AIS Target CPA and Guard warning/alarm notifications to SignalK (notifications.navigation.closestApproach). This is not required if just using the webapp.",
"default": true
},
"enableEmulator": {
"type": "boolean",
"title": "Enable Vesper XB-8000 Emulation. Turn this on if you intend to use the Vesper WatchMate mobile apps.",
"default": false
}
}
}