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

feat: Add Idle Shutdown Timer support #2332

Open
wants to merge 4 commits into
base: future3/develop
Choose a base branch
from

Commits on Apr 15, 2024

  1. feat: Add Idle Shutdown Timer support

    This adds an optional idle shutdown timer which can be enabled
    via timers.idle_shutdown.timeout_sec in the jukebox.yaml config.
    
    The system will shut down after the given number of seconds if no
    activity has been detected during that time. Activity is defined as:
    - music playing
    - active SSH sessions
    - changes in configs or audio content.
    
    Fixes: MiczFlor#1970
    hoffie committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    09e99cb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    c187bf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. refactor: Break down IdleTimer into 2 standard GenericMultiTimerClass…

    … and GenericEndlessTimerClass timers
    pabera committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e418f9a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    698de7d View commit details
    Browse the repository at this point in the history