aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 17750b1..45cfe99 100644
--- a/README.md
+++ b/README.md
@@ -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>
},
...
}