Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

127233 "Man Overboard Notification (MOB)" #35

Open
tkurki opened this issue Jan 27, 2020 · 1 comment
Open

127233 "Man Overboard Notification (MOB)" #35

tkurki opened this issue Jan 27, 2020 · 1 comment

Comments

@tkurki
Copy link
Member

tkurki commented Jan 27, 2020

As minimal Signal K notification delta {"updates":[{"values":[{"path":"notifications.mob","value":{"state":"emergency","message":"Man Overboard"}}]}]}

or pretty printed:

{
  "updates": [
    {
      "values": [
        {
          "path": "notifications.mob",
          "value": {
            "state": "emergency",
            "message": "Man Overboard"
          }
        }
      ]
    }
  ]
}
@tkurki
Copy link
Member Author

tkurki commented Jan 27, 2020

Plenty of fields in the pgn, conversion can use most up to date data for most: https://github.com/canboat/canboat/blob/master/analyzer/pgns.json#L6956-L7158

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant