moonraker/moonraker
Kamil Domański 04b1103778 Allow configuring the update refresh window
This enables customizing the time of day within which periodic refresh occurs.

Previously docs said it happens between 12am-4am which is misleading,
because the code effectively allowed refresh until 4:59:59 AM.
The default window is now '0-5', which is practically the same as before.

The comment about checking every 24h hours has been fixed as well.
This hasn't been true since commit c4fa76f217

Signed-off-by: Kamil Domański <kamil@domanski.co>
2024-02-17 12:41:51 -05:00
..
assets app: use Jinja2 to render the welcome landing page 2023-02-22 18:08:49 -05:00
components Allow configuring the update refresh window 2024-02-17 12:41:51 -05:00
thirdparty moonraker: introduce thirdparty package 2022-01-28 18:00:21 -05:00
utils sysfs_devs: implement mode query 2024-02-03 11:47:23 -05:00
__init__.py moonraker: convert code to a package 2023-02-22 12:16:26 -05:00
__main__.py moonraker: convert code to a package 2023-02-22 12:16:26 -05:00
common.py confighelper: avoid direct import of JinjaTemplate 2024-01-15 06:03:35 -05:00
confighelper.py confighelper: avoid direct import of JinjaTemplate 2024-01-15 06:03:35 -05:00
eventloop.py eventloop: fix timer reentrancy 2024-01-21 08:24:02 -05:00
loghelper.py refactor: convert klippy_connection into a component 2024-01-13 15:15:15 -05:00
moonraker.py moonraker: convert code to a package 2023-02-22 12:16:26 -05:00
server.py server: add method to get individual app args 2024-02-01 10:27:20 -05:00