Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update sonoff.ts] Sane publications interval #7013

Merged
merged 1 commit into from
Feb 4, 2024
Merged

Commits on Feb 4, 2024

  1. [Update sonoff.ts] Sane publications interval

    Temperature: (endpoint, {min: 30, max: constants.repInterval.MINUTES_5, change: 20});
    Record changes:
    - immediately if delta > 0.2°C, at most every 30 seconds
    - always every 5 minutes
    
    Humidity: (endpoint, {min: 30, max: constants.repInterval.MINUTES_5, change: 100});
    Record changes:
    - immediately if delta > 1%, at most every 30 seconds
    - always every 5 minutes
    enryIT committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2f6a8f0 View commit details
    Browse the repository at this point in the history