5#ifndef UTILS_SUNSET_TIMER_H
6#define UTILS_SUNSET_TIMER_H
void lock_brightness_update(bool shouldLock)
Lock the hability of the sunset timer to control the brightness.
Definition: sunset_timer.cpp:191
void bump_timer()
signal to the timer that some time must be added. Limited to 10 minutes
Definition: sunset_timer.cpp:154
void add_time_minutes(const uint8_t time_minutes)
add some time to the sunset timer. Limited to 10 minutes
Definition: sunset_timer.cpp:124
void cancel_timer()
cancel the current active timer
Definition: sunset_timer.cpp:171
void init()
call once on program start
Definition: sunset_timer.cpp:118
bool is_enabled()
True if timer is running.
Definition: sunset_timer.cpp:189
Program scope.
Definition: control_fixed_modes.hpp:12