From a6e8d13e1d56cb88bad4451f02054d6fd3bb160d Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 7 Feb 2019 18:20:53 +0000 Subject: [PATCH] Document changelog --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4a0fdb1..b9ba9f3 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,15 @@ Parameter | Type | Meaning `end` | datetime | The ending datetime. `average-seconds` | int | Optional. If specified, readings will be grouped into lumps of this many seconds and averaged. For example a value of 3600 (1 hour) will return 1 data point per hour, with the value of each point an average of all the readings for that hour. +### changelog +> Gets the changelog as a fragment of HTML. + +_No parameters are currently supported by this action._ + +``` +https://example.com/path/to/api.php?action=changelog +``` + ## Notes - Readings are taken every 6 minutes as standard.