Skip to content

Instantly share code, notes, and snippets.

@mdobson
Created July 2, 2014 18:02
Show Gist options
  • Save mdobson/38f4749c35846327b86a to your computer and use it in GitHub Desktop.
Save mdobson/38f4749c35846327b86a to your computer and use it in GitHub Desktop.
//From
{
"topic":"lcd/8142E11C-87AE-4C13-9DD1-E2900EB97BF0",
"timestamp":1402676545565,
"transition":"change",
"input":[{"name":"message", "value":"I heard dat!"}],
"properties": {
"type":"lcd",
"name":"My LCD",
"state":"ready",
"message": "I heard dat!"
}
}
//To
{
"topic":"lcd/8142E11C-87AE-4C13-9DD1-E2900EB97BF0",
"timestamp":1402676545565,
"data":{
"transition":"change",
"input":[{"name":"message", "value":"I heard dat!"}],
"properties": {
"type":"lcd",
"name":"My LCD",
"state":"ready",
"message": "I heard dat!"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment