diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-04-13 18:41:47 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-04-13 18:41:47 +0300 |
| commit | b73a89fbdbfd607726eded2eac9fa969f9073927 (patch) | |
| tree | 99b6786a070d3524e2fb21d38a25caeb5a37d03d | |
| parent | a5cf8710785aa7a846900d11e043a1dacc26623e (diff) | |
| download | ruuvitag-upload-b73a89fbdbfd607726eded2eac9fa969f9073927.tar.gz ruuvitag-upload-b73a89fbdbfd607726eded2eac9fa969f9073927.zip | |
Update README
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -7,13 +7,13 @@ The measurements are formatted as JSON with the following structure { - \"<ALIAS>\": { - \"address\": \"XX:XX:XX:XX:XX:XX\", - \"timestamp\": <seconds since unix epoch>, - \"humidity\": <0-100%>, - \"pressure\": <kPa>, - \"temperature\": <Celcius>, - \"battery_potential\": <volts> + "<ALIAS>": { + "address": "XX:XX:XX:XX:XX:XX", + "timestamp": <seconds since unix epoch>, + "humidity": <0-100%>, + "pressure": <kPa>, + "temperature": <Celcius>, + "battery_potential": <volts> }, ... } |
