rsnodgrass / pyflowater

Python interface for the Flo by Moen API
Other
17 stars 7 forks source link

fix constant names to reflect that '1m' is monthly, not minutely #13

Closed dulitz closed 3 years ago

dulitz commented 3 years ago

Minutely consumption isn't supported by the API.

'1m' designates monthly aggregation (as you can verify by issuing a request with '1m' aggregation wit a start date of a few months ago). Changed the name of the '1m' constant to reflect this.

dulitz commented 3 years ago

This will close issue #10 .

rsnodgrass commented 3 years ago

Thanks!