Last active
July 20, 2019 08:42
-
-
Save rajdeeprath/3a6162fe4f2cf7efb15c1aba94a52a6b 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
Publisher - Action | |
{ | |
"clid": "1234", | |
"ssid": "1234", | |
"msgid": "1234", | |
"ack": "optional/path/path", | |
"action":{ | |
"type": "<command>", | |
"params": "<data-object>" | |
} | |
} | |
Publisher - push data | |
{ | |
"clid": "1234", | |
"ssid": "1234", | |
"msgid": "1234", | |
"ack": "optional/path/path", | |
"state":{ | |
"<metric>": "<value>" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment