grelsolar 0.0.0

Sync solar data from Solar-Log to Home Assistant.
Documentation
1
2
3
//! Application Services module.
pub mod solar_bridge;
pub use solar_bridge::SolarBridgeBackgroundService;