-
-
Save mdobson/38f4749c35846327b86a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
//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