"name": "value",
"value": 23.7,
"trend":0
}
,
{ "sensorid": "sensor_2",
"name": "value",
"value": 33,
"trend":0
}
,
{ "sensorid": "sensor_3",
"name": "value",
"value": 23.7,
"trend":0
}
]
}
}
]
}
}
6.2 Exporting Logged Data
URL
http://<IP>/tpl/document.cgi?tpl/j/datalogger.tpl
URL parameters:
format
xml
Returns logged values in the XML format.
json
Returns logged values in the JSON format.
csv
Returns logged values in the CSV format.
fname
Filename
Sets the returned file’s name.
start
UNIX-Timestamp
(e.g.
1459461600
for
04/01/2015,
00:00:00)
Exports data starting from the time specified in
the Unix timestamp format
60