stovinator - I'm new here so apologies if this ...
I'm new here so apologies if this is the wrong channel. I'm in the process of implementing handlers in n2k-signalk for the windlass PGNs (128776, 128777, 128778). Does anyone have any suggestions for where in the full model I should root the signalk data? There is <vessel>.navigation.anchor, but that doesn't feel right because it's not really navigation information, and also NMEA2000 allow for multiple windlasses, so the final path would be something like <vessel>.navigation.anchor.<RegExp>.windlass.rodeCounter, which feels clunky. I could go with <vessel>.windlass.<RegExp>.rodeCounter but that fails the tree.should.be.validSignalKVesselIgnoringIdentity test. All suggestions welcome.
0 Replies