Update to add variables for expansion module background (#6253)

The expansion module can use a different background image

The wallpaper_upload.url setting in yealink can be used multiple times to download multiple images.

setup for 2 more variable:
$yealink_t46u_wallpaper_expansion
and 
$yealink_t46u_wallpaper_expansion_filename

This is only a template update. I did not push any additional varaibles up into the default settings.
This commit is contained in:
TNSSF 2022-01-22 13:07:52 -07:00 committed by GitHub
parent 1b9cf5db7a
commit 2349c584a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1630,7 +1630,12 @@ phone_setting.backgrounds = Config:yealink_t46u_wallpaper.png
phone_setting.backgrounds_with_dsskey_unfold=
##expansion_module.backgrounds(Only support T5XW/T54S/T52S/T43U/T46U/T48U)
wallpaper_upload.url = {$yealink_t46u_wallpaper_expansion}
{if isset($yealink_t46u_wallpaper_expansion_filename)}
expansion_module.backgrounds=Config:{$yealink_t46u_wallpaper_expansion_filename}
{else}
expansion_module.backgrounds=
{/if}
#######################################################################################