Demofeed #
The API includes a demo feed with fictitious measurement data. This feed is updated every 24 hours, just like a real feed.
The measurement data field in the test feed contains values that help indicate when the feed was generated. This is done to make it easy to run tests using the data. This logic applies only to the test feed. Real feeds contain the actual values without any logic.
The first decimal place of all values represents the day of the week, according to this table:
| Monday | 1 |
| Tuesday | 2 |
| Wednesday | 3 |
| Thursday | 4 |
| Friday | 5 |
| Saturday | 6 |
| Sunday | 7 |
There is more logic in the demo feed: the last part of the decimals can be seen as a counter starting with 1 (the first 15-minute block of the feed) and ending with 96 (the last 15-minute block of the feed), since there are 96 15-minute blocks in a full day (24 * 4).
The decimal values of the test feed are random and contain no logic.
Examples:
- A value of 385,101 represents a Monday feed and is the first value in that feed;
- A value of 10,411 represents a Thursday feed and is the eleventh value in that feed;
- A value of 376,696 represents a Saturday feed and is the 96th (and last) value of that feed.