grelsolar 0.0.0

Sync solar data from Solar-Log to Home Assistant.
Documentation
1
2
3
4
5
//! Solar-Log Integration Module
//! The integration is done via HTTP JSON API.
pub mod client;
pub use client::Client;
mod http_client;