Skip to content

Instantly share code, notes, and snippets.

@tkurki
Created January 24, 2016 08:31
Show Gist options
  • Save tkurki/97a175c09f690158226a to your computer and use it in GitHub Desktop.
Save tkurki/97a175c09f690158226a to your computer and use it in GitHub Desktop.
Sample Engine Signal K delta message
{
"updates": [
{
"values": [
{
"path": "propulsion.engine.oilTemperature",
"value": 300.1
},
{
"path": "propulsion.engine.exhaustTemperature",
"value": 460
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment