mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Document changelog
This commit is contained in:
parent
88f0d5615c
commit
a6e8d13e1d
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue