This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for getting monthly and yearly gas usage and cost
Note: This currently only supports gas tariffs which only return one charge, rather than varying charges per time block: ``` {u'count': 1, u'next': None, u'previous': None, u'results': [{u'valid_from': None, u'valid_to': None, u'value_exc_vat': 2.72, u'value_inc_vat': 2.856}]} ```
- Loading branch information
Showing
2 changed files
with
125 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters