Document changelog

This commit is contained in:
Starbeamrainbowlabs 2019-02-07 18:20:53 +00:00
parent 88f0d5615c
commit a6e8d13e1d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 9 additions and 0 deletions

View File

@ -117,6 +117,15 @@ Parameter | Type | Meaning
`end` | datetime | The ending datetime. `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. `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 ## Notes
- Readings are taken every 6 minutes as standard. - Readings are taken every 6 minutes as standard.