enphase 0.4.0

An async wrapper around the Enphase APIs - both direct local access to Envoy devices, and the Enlighten cloud service
Documentation
1
2
3
4
5
6
7
#![allow(unused_parens)]
pub mod cloud;
pub mod envoy;
mod model;
pub use model::AggregateProduction;

pub(crate) const DATE_FORMAT: &str = "%Y-%m-%d";