v13.60.0

➕ Additions | ⚠️ End of Support |📄 Documentation Updates | ✏️ Modifications

➕ Additions

GET /v2/recommendations/weekly
GET /v2/recommendations/monthly

⚠️ End of Support

📄 Documentation Updates

  • Recommendations 2.0 has been moved from the Upcoming Changes section to the Recommendations section.

✏️ Modifications

The Energy Measurement endpoints

now omit the fields of measured and cost_measured when data are not available. New examples have been added to the API reference:

{
  "status": "ok",
  "data": [
    {
      "timestamp": "2022-12-15T00:00:00+02:00"
    },
    {
      "timestamp": "2022-12-16T00:00:00+02:00"
    },
    {
      "timestamp": "2022-12-17T00:00:00+02:00",
      "measured": "84235",
      "cost_measured": "16.7845"
    },
    {
      "timestamp": "2022-12-19T00:00:00+02:00",
      "measured": "67225",
      "cost_measured": "14.7895"
    }
  ]
}