~aleteoryx/muditaos

19f382a40569247eb9ae41921a5a1899f76cc672 — Lefucjusz 1 year, 2 months ago 9ca1ebb
[BH-2091] Change maximum focus time to 120 minutes

Changed maximum focus time length from
60 to 120 minutes.
M harmony_changelog.md => harmony_changelog.md +1 -0
@@ 8,6 8,7 @@

### Changed / Improved
* Optimized power consumption for bedside lamp functionality
* Changed maximum focus time length from 60 to 120 minutes.

## [2.9.0 2024-10-21]


M products/BellHybrid/apps/application-bell-focus-timer/data/FocusCommon.hpp => products/BellHybrid/apps/application-bell-focus-timer/data/FocusCommon.hpp +1 -1
@@ 26,7 26,7 @@ namespace app::focus
    namespace models::settings
    {
        inline constexpr auto focusTimeMin     = 5U;
        inline constexpr auto focusTimeMax     = 60U;
        inline constexpr auto focusTimeMax     = 120U;
        inline constexpr auto focusTimeStep    = 5U;
        inline constexpr auto focusTimeDefault = 25U;
        inline constexpr auto focusTimeName    = "focus_time";