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

Modify CMD_DIMM_LEDS_NIGHTMODE to toggle night light mode #287

Merged
merged 5 commits into from
Jan 14, 2024

Commits on Jan 11, 2024

  1. Add new LED functions to set/get/toggle night mode

    Add dedictated function to switch between nicht-mode and normal brightness of the WS2812 LEDs.
    Move to the use of these functions.
    laszloh committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    78b1511 View commit details
    Browse the repository at this point in the history
  2. New log message when restoring LED brightness

    Add new log message to inform when the LED brightness was restored.
    laszloh committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    204545a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55176a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Send MQTT messages for brightness from LED module

    Only time to send dedicated LED brightness messages from other modules is on reconnect.
    laszloh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    eb0d84f View commit details
    Browse the repository at this point in the history
  2. Unify sleep actions

    laszloh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    724ead4 View commit details
    Browse the repository at this point in the history