Which custom data path for plugin to use?
I am thinking of extending the tracking plugin https://github.com/noforeignland/nfl-signalk to not only tell the dashboard when the last save point was created or when the last track was sent to the API etc. I would love to crate a data path that I can use f.e. in KIP etc.
I am a bit looking at the starlink plugin that gives me:
network.provider.starlink.*
my idea would be to use
network.plugin.nfl-signalk.*
what are your thoughts? Will there be a better path I should use?
4 Replies
I think both plugin and signalk are redundant and i would spell out noforeignland
ok, thanks.
Will use
plugin.signalk-to-noforeignland.*
for now.
The plugin id is already available as the source of the data
Thanks, will do.