mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-19 05:11:25 +00:00
Indent description
This commit is contained in:
parent
6a4779be9d
commit
b642fa38dc
1 changed files with 36 additions and 48 deletions
|
@ -54,7 +54,6 @@ module Agents
|
|||
</code></pre>
|
||||
|
||||
Find out more detail on [subscription wildcards](http://www.eclipse.org/paho/files/mqttdoc/Cclient/wildcard.html)
|
||||
|
||||
MD
|
||||
|
||||
event_description <<-MD
|
||||
|
@ -62,18 +61,7 @@ module Agents
|
|||
|
||||
<pre><code>{
|
||||
"topic": "owntracks/kcqlmkgx/Dan",
|
||||
"message": {
|
||||
"topic": "owntracks/kcqlmkgx/Galaxy S3 Dan",
|
||||
"message": {
|
||||
"_type": "location",
|
||||
"lat": "-34.849373",
|
||||
"lon": "138.5218449",
|
||||
"tst": "1401761484",
|
||||
"acc": "10.0",
|
||||
"batt": "71"
|
||||
},
|
||||
"time": 1401771825
|
||||
},
|
||||
"message": {"_type": "location", "lat": "-34.8493644", "lon": "138.5218119", "tst": "1401771049", "acc": "50.0", "batt": "31", "desc": "Home", "event": "enter"},
|
||||
"time": 1401771051
|
||||
}</code></pre>
|
||||
MD
|
||||
|
|
Loading…
Add table
Reference in a new issue