Statistics Filter
Defines what statistics are to be sent from the API.
Model
| attribute | description |
|---|---|
tstamp_from* unsigned integer |
A Unix timestamp defining the start of the measured period |
tstamp_untilunsigned integer |
A Unix timestamp defining the end of the measured period - if not set, current device time is used |
types* [string] |
An array holding the types of the statistics |
Example
{
"tstamp_from": 1583328135,
"tstamp_until" :1583932935,
"types": ["stat_rlp_ifc"]
}