Skip to content

Instantly share code, notes, and snippets.

@rajdeeprath
Last active July 20, 2019 08:42
Show Gist options
  • Save rajdeeprath/3a6162fe4f2cf7efb15c1aba94a52a6b to your computer and use it in GitHub Desktop.
Save rajdeeprath/3a6162fe4f2cf7efb15c1aba94a52a6b to your computer and use it in GitHub Desktop.
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