refactor default modules: move scheduleTimer to one place (#3837)

see #3819

---------

Co-authored-by: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com>
Co-authored-by: Veeck <github@veeck.de>
This commit is contained in:
Karsten Hassel
2025-07-10 08:12:09 +02:00
committed by GitHub
parent e115475a9d
commit a05eb23306
5 changed files with 33 additions and 33 deletions

View File

@@ -16,7 +16,8 @@ Thanks to: @dathbe.
### Changed
- [clock] Add CSS to prevent line breaking of sunset/sunrise time display (#3816)
- [core] Enhance system information logging format and include additional env and RAM details
- [core] Enhance system information logging format and include additional env and RAM details (#3839)
- [refactor] Add new file `js/module_functions.js` to move code used in several modules to one place (#3837)
### Updated