Update documentation about Hoymiles poll interval

This commit is contained in:
Paul van Tilburg 2023-01-15 14:16:11 +01:00
parent d787c8b3ab
commit ef13f7e4f2
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@ struct ApiDataResponseData {
impl super::Service for Service {
/// The interval between data polls (in seconds).
///
/// Hoymiles processes provides information from the invertor every 15 minutes.
/// Hoymiles processes information from the invertor about every 15 minutes. Since this is not
/// really exact, we need to poll at a higher rate to detect changes faster!
fn poll_interval(&self) -> u64 {
POLL_INTERVAL
}