grelsolar 0.0.0

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

mod http_client;
mod schemas;