This commit is contained in:
Erik Thiele
2026-06-10 14:19:17 +02:00
parent f5f1d52239
commit 59be0fd789
2 changed files with 35 additions and 7 deletions

View File

@@ -38,8 +38,8 @@
"newsticker_enabled": false,
"custom_url": "https://dva-stage.cancom-ds.de/voice-agent",
"custom_url_label": "Welcome Agent",
"custom_url_enabled": false,
"custom_url_target": "overlay"
"custom_url_enabled": true,
"custom_url_target": "redirect"
},
"casino": {
"interval": 15,
@@ -73,10 +73,14 @@
},
"welcome_data": {
"names": [
"cisco"
"cisco",
"IBM",
"soliver"
],
"logo_urls": [
"https://cdn.brandfetch.io/www.cisco.com/logo?c=1idyd4Tpb2nKaXIIc8T"
"https://cdn.brandfetch.io/www.cisco.com/logo?c=1idyd4Tpb2nKaXIIc8T",
"https://cdn.brandfetch.io/www.ibm.com/logo?c=1idyd4Tpb2nKaXIIc8T",
"https://cdn.brandfetch.io/www.soliver.com/logo?c=1idyd4Tpb2nKaXIIc8T"
]
}
},
@@ -101,6 +105,32 @@
"https://cdn.brandfetch.io/www.cisco.com/logo?c=1idyd4Tpb2nKaXIIc8T"
]
}
},
"holthaus": {
"screens": {
"dva": {
"playlist": [
{
"url": "https://dva.cancom-ds.de",
"zoom": 1.0,
"enabled": true
},
{
"name": "map_Karlsruhe.png",
"enabled": true
}
],
"interval": 10,
"show_images": false,
"show_videos": false,
"newsticker_text": "",
"newsticker_enabled": false,
"custom_url": "https://www.cancom.de",
"custom_url_label": "DVA Agent",
"custom_url_enabled": true,
"custom_url_target": "redirect"
}
}
}
},
"admin": {