Created
August 28, 2015 10:15
-
-
Save wende/bf5766a53da573b7fe8b 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
payload: [ | |
%{ | |
from: %Hedwig.JID{resource: "", server: "iot.net", user:""}, | |
name: "delay", | |
payload: ["Offline Storage"], | |
stamp: "2015-08-28T10:01:23.226677Z", | |
xmlns: "urn:xmpp:delay"}, | |
%{ | |
name: "event", | |
payload: [%{ | |
name: "items", | |
node: "pubsub.iot.net", | |
payload: [% | |
{id: "lTwwLjEzMzMuMD5Q9Kk=", | |
name: "item", | |
payload: [%{ | |
name: "entry", | |
payload: [%{ | |
name: "data", | |
payload: ["[\"20 28/08/2015 12:01:14 01\"]"]}, | |
%{ | |
name: "title", | |
payload: ["sensor data"]}], | |
xmlns: "http://www.w3.org/2005/Atom"}], | |
publisher: "[email protected]/pothos"}]}], | |
xmlns: "http://jabber.org/protocol/pubsub#event"}], | |
to: %Hedwig.JID{resource: "", server: "iot.net", user: "test"}, | |
type: "normal"} | |
State: %{client: %{jid: "[email protected]", nickname: "heatmap", resource: ""}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment