solaredge
Support the project | Documentation
Usage
Run:
cargo add solaredge
Or add to your Cargo.toml:
[]
= "0.8.1"
Asynchronous SolarEdge API client for Rust
Enables access to the SolarEdge equipment API (solar panels, inverters, meters) with the nice typed Rust interface.
The library requires an HTTP client but is client-agnostic. You can use any client that implements
HttpClientAdapter trait.
Check http-adapter-reqwest for an implementation based
on reqwest.
Sample usage with http-adapter-reqwest:
use ;
use ReqwestAdapter;
async
License
LGPL-3.0