Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Add brightness control #291

Open
wants to merge 29 commits into
base: aiyprojects
Choose a base branch
from
Open

Commits on Jun 10, 2018

  1. Add brightness control

    A brightness variable make it possible to set a maximum LED brightness.
    mpember authored and Michael Pemberton committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    2942c24 View commit details
    Browse the repository at this point in the history
  2. Sync custom commands

    mpember authored and Michael Pemberton committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    0c90568 View commit details
    Browse the repository at this point in the history
  3. Clean up command identification

    Update code to use 'in' to detect matches, where possible.
    Minor cleaning up.
    mpember authored and Michael Pemberton committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    a6fccfa View commit details
    Browse the repository at this point in the history
  4. Update to power switch controls

    Add optional allowance for 'turn on THE <switch>' in addition to 'turn on <switch>'
    mpember authored and Michael Pemberton committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    83f9f36 View commit details
    Browse the repository at this point in the history
  5. June Updates

    Podcast commands:
    + Add support for "play <podcast name> podcast" variation of command.
    * Resolve incorrect detection of empty feeds.
    * Resolve handling of "&" in podcast or episode name.
    
    Kodi commands:
    + Add "update tv shows" command to scan for new episodes.
    
    Power commands:
    * Improve command detection method
    
    MPD connection:
    * Handle timeout of MPD connection, when MPD is not used.
    mpember authored and Michael Pemberton committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    94279e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. Add files via upload

    mpember authored Jun 17, 2018
    Configuration menu
    Copy the full SHA
    0e3b78c View commit details
    Browse the repository at this point in the history
  2. June Updates v2

    + New 'podcatcher' service for caching podcast information.
    * Reduced service logging to 'warning' level.
    * Added CLI detection to maintain 'info' logging level for testing purposes.
    mpember authored Jun 17, 2018
    Configuration menu
    Copy the full SHA
    77b3aae View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Tweak to Podcatcher

    Avoid redundant processing of existing podcast episodes.
    mpember authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    ddc0ffc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Simplify podcast handling

    Michael Pemberton committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    91ffeb1 View commit details
    Browse the repository at this point in the history
  2. Disable dark beacon

    Michael Pemberton committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    ea4c055 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. MQTT migration

    Power commands are now sent to MQTT broker
    mpember authored Jun 28, 2018
    Configuration menu
    Copy the full SHA
    cf71c84 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. Podcast updates

    Add ability to press button to stop podcast list action
    mpember authored Jun 30, 2018
    Configuration menu
    Copy the full SHA
    096aab7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Improve error handling in MQTT

    Michael Pemberton committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    88a6d32 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Tweak logging level for powerswitch module

    Michael Pemberton committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    c575ab0 View commit details
    Browse the repository at this point in the history
  2. Resolve toggle support for powerswitch module

    Michael Pemberton committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    b8de720 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Resolve toggle support for powerswitch module

    Michael Pemberton committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    b634c92 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Modify daemon-mode settings

    Michael Pemberton committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    1cf3d1e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Update status LED brightness controls

    Michael Pemberton committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    242b69f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Add flexibility to list podcast today or todays's

    Michael Pemberton committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    78528ad View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Improve tv-related voice command syntax

    Michael Pemberton committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    2292a26 View commit details
    Browse the repository at this point in the history
  2. Improve tv-related voice command syntax

    Michael Pemberton committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    01b6789 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'aiyprojects' of https://github.com/mpember/aiyprojects-…

    …raspbian into aiyprojects
    Michael Pemberton committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    6e5cb37 View commit details
    Browse the repository at this point in the history
  4. Remove debug code in podcast handling

    Michael Pemberton committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    71fd405 View commit details
    Browse the repository at this point in the history
  5. Remove missed debug code in podcast handling

    Michael Pemberton committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    72bcfb7 View commit details
    Browse the repository at this point in the history
  6. Add alternative TV-related command

    Michael Pemberton committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    febd21a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Update MQTT details for power-related commands

    Michael Pemberton committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    648d347 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Inform when no podcasts available

    Michael Pemberton committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    bd6432c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Major upgrade to power commands

    Michael Pemberton committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    36c0c85 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Update to voice commands, modules

    Updates to voice commands, Kodi-related module and music-related modules.
    mpember authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    0fab1d5 View commit details
    Browse the repository at this point in the history