<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Querying the data :: Neura N-Hub documentation</title>
    <link>/querying-data/index.html</link>
    <description>Data format N-Hub stores data in messages which have roughly 3 components&#xA;raw payload (for LoRaWAN devices) parsed readings (if parsing is enabled) network metadata Querying the data Retrieving data from a device is as easy as calling:&#xA;curl -X GET \ &#39;https://www.n-hub.neura.co.nz/v3/api/core/devices/393435376A377906/messages&#39; \ -u api:8a0892e3aedbe2f2ade4bd727d4725e0c639d021 [ { &#34;hexPayload&#34;: &#34;0a000016000001013a&#34;, &#34;type&#34;: &#34;uplink&#34;, &#34;deviceId&#34;: &#34;393435376A377906&#34;, &#34;port&#34;: 14, &#34;ts&#34;: 1581488300304, &#34;network&#34;: { &#34;type&#34;: &#34;loraWan&#34;, &#34;source&#34;: &#34;actility&#34;, &#34;loraWan&#34;: { &#34;lrrTs&#34;: 1581488300304, &#34;loraPort&#34;: 14, &#34;uplinkCnt&#34;: 12135, &#34;adrBit&#34;: 1, &#34;mType&#34;: 4, &#34;downlinkCnt&#34;: 12520, &#34;lrcId&#34;: &#34;00000231&#34;, &#34;rssi&#34;: -89, &#34;snr&#34;: 5.75, &#34;spFact&#34;: 7, &#34;subBand&#34;: &#34;G0&#34;, &#34;lrrCnt&#34;: 1, &#34;lrrId&#34;: &#34;004A1C4A&#34;, &#34;late&#34;: false, &#34;lrrLat&#34;: -33.862549, &#34;lrrLong&#34;: 151.209793, &#34;lrrList&#34;: [ { &#34;lrrId&#34;: &#34;004A1C4A&#34;, &#34;chain&#34;: 0, &#34;rssi&#34;: -89, &#34;snr&#34;: 5.75, &#34;esp&#34;: -90.02459 } ] } }, &#34;readingList&#34;: [ { &#34;channelId&#34;: 0, &#34;type&#34;: &#34;digital&#34;, &#34;value&#34;: 0, &#34;label&#34;: &#34;count-left-to-right&#34; }, { &#34;channelId&#34;: 1, &#34;type&#34;: &#34;digital&#34;, &#34;value&#34;: 0, &#34;label&#34;: &#34;count-right-to-left&#34; }, { &#34;channelId&#34;: 2, &#34;type&#34;: &#34;temperature&#34;, &#34;value&#34;: 31.4, &#34;unit&#34;: &#34;°C&#34; } ] } ] The payload includes parsed data, raw data and network metadata.</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate></lastBuildDate>
    <atom:link href="/querying-data/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>