Got the screen saver mostly working now. Now config options yet though.

This commit is contained in:
Scott Idem
2024-10-20 16:51:22 -04:00
parent 2d644aafe8
commit b9d4f47f3a
6 changed files with 113 additions and 15 deletions

View File

@@ -140,7 +140,12 @@ let events_local_data_struct: key_val = {
'host_file_config_path': 'device_configs/ae_native_app_config.default.json',
},
screen_saver_img_list: [],
idle_timer: 5*60*1000, // How many seconds until idle
idle_cycle: 2*1000, // How frequently the idle status is checked
idle_loop_period: 1*60*1000, // How frequently the loop runs for the screen saver and similar
screen_saver_img_kv: {},
// screen_saver_img_li: [],
modal__title: '-- Not Set --',
modal__open: null,
modal__open_filename: null,