Open JamesKDouglas opened 2 years ago
There should be an option to downsample the data - to, for example, discard every second point.
The Thingspeak API doesn't allow literally discarding every second point, but it does allow averaging. I added that instead. It doesn't help much, but I guess it makes the downloaded csv easier to handle.
There should be an option to downsample the data - to, for example, discard every second point.