[BH-2091] Change maximum focus time to 120 minutes Changed maximum focus time length from 60 to 120 minutes.
2 files changed, 2 insertions(+), 1 deletions(-) M harmony_changelog.md M products/BellHybrid/apps/application-bell-focus-timer/data/FocusCommon.hpp
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";