Created
January 24, 2016 08:31
-
-
Save tkurki/97a175c09f690158226a to your computer and use it in GitHub Desktop.
Sample Engine Signal K delta message
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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