mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-20 22:01:35 +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>
|
</code></pre>
|
||||||
|
|
||||||
Find out more detail on [subscription wildcards](http://www.eclipse.org/paho/files/mqttdoc/Cclient/wildcard.html)
|
Find out more detail on [subscription wildcards](http://www.eclipse.org/paho/files/mqttdoc/Cclient/wildcard.html)
|
||||||
|
|
||||||
MD
|
MD
|
||||||
|
|
||||||
event_description <<-MD
|
event_description <<-MD
|
||||||
|
@ -62,18 +61,7 @@ module Agents
|
||||||
|
|
||||||
<pre><code>{
|
<pre><code>{
|
||||||
"topic": "owntracks/kcqlmkgx/Dan",
|
"topic": "owntracks/kcqlmkgx/Dan",
|
||||||
"message": {
|
"message": {"_type": "location", "lat": "-34.8493644", "lon": "138.5218119", "tst": "1401771049", "acc": "50.0", "batt": "31", "desc": "Home", "event": "enter"},
|
||||||
"topic": "owntracks/kcqlmkgx/Galaxy S3 Dan",
|
|
||||||
"message": {
|
|
||||||
"_type": "location",
|
|
||||||
"lat": "-34.849373",
|
|
||||||
"lon": "138.5218449",
|
|
||||||
"tst": "1401761484",
|
|
||||||
"acc": "10.0",
|
|
||||||
"batt": "71"
|
|
||||||
},
|
|
||||||
"time": 1401771825
|
|
||||||
},
|
|
||||||
"time": 1401771051
|
"time": 1401771051
|
||||||
}</code></pre>
|
}</code></pre>
|
||||||
MD
|
MD
|
||||||
|
|
Loading…
Add table
Reference in a new issue