Got the screen saver mostly working now. Now config options yet though.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user