Skip to content

Instantly share code, notes, and snippets.

@thomasmarren
Last active October 17, 2017 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasmarren/4304667288d271cd1265b8fe09f2eb5c to your computer and use it in GitHub Desktop.
Save thomasmarren/4304667288d271cd1265b8fe09f2eb5c to your computer and use it in GitHub Desktop.
{
"twelve_month_total_kwh": {
"actual": 2342,
"forecast": 2144
},
"prev_total_kwh": {
"actual": 234,
"forecast": 212
},
"current_total_kwh": {
"actual": 123,
"forecast": 98
},
"next_total_kwh": {
"forecast": 321
},
"twelve_month": [
{
"month": "JAN",
"usage_kwh": [
{
"date": "01-01-17",
"actual": 23,
"forecast": 53
},
{
"date": "01-02-17",
"actual": 12,
"forecast": 33
}
]
},
{
"month": "FEB",
"usage_kwh": [
{
"date": "02-01-17",
"actual": 23,
"forecast": 53
},
{
"date": "02-02-17",
"actual": 12,
"forecast": 33
}
]
}
],
"prev": {
"month": "SEPTEMBER",
"usage_kwh": [
{
"date": "09-01-17",
"actual": 12,
"forecast": 2
},
{
"date": "09-02-17",
"actual": 11,
"forecast": 12
}
]
},
"current": {
"month": "OCTOBER",
"usage_kwh": [
{
"date": "09-01-17",
"actual": 12,
"forecast": 2
},
{
"date": "09-02-17",
"actual": 11,
"forecast": 12
}
]
},
"next": {
"month": "NOVEMBER",
"usage_kwh": [
{
"date": "10-01-17",
"forecast": 12
},
{
"date": "10-02-17",
"forecast": 8
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment