Positionen Action Button und DVA Button hinzugefügt
This commit is contained in:
65
config.json
65
config.json
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"server_url": "http://localhost:5005",
|
||||
"voice_agent_url": "https://dva-stage.buds.cancom.ai/",
|
||||
"priority": {
|
||||
"enabled": true,
|
||||
"playlist": [
|
||||
@@ -38,8 +39,14 @@
|
||||
"newsticker_enabled": false,
|
||||
"custom_url": "https://dva-stage.cancom-ds.de/voice-agent",
|
||||
"custom_url_label": "Welcome Agent",
|
||||
"custom_url_enabled": true,
|
||||
"custom_url_target": "redirect"
|
||||
"custom_url_enabled": false,
|
||||
"custom_url_target": "redirect",
|
||||
"voice_agent_enabled": true,
|
||||
"voice_agent_label": "Digitaler Assistent",
|
||||
"voice_agent_target": "overlay",
|
||||
"voice_agent_position": "top-left",
|
||||
"custom_url_position": "top-left",
|
||||
"voice_agent_show_image": false
|
||||
},
|
||||
"casino": {
|
||||
"interval": 15,
|
||||
@@ -88,47 +95,61 @@
|
||||
"screens": {
|
||||
"lobby": {
|
||||
"playlist": [
|
||||
"welcome.html"
|
||||
"welcome.html",
|
||||
{
|
||||
"url": "https://dva-stage.cancom-ds.de/",
|
||||
"zoom": 1.0,
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"interval": 10,
|
||||
"show_images": false,
|
||||
"show_videos": false,
|
||||
"newsticker_text": "Herzlich Willkommen bei der CANCOM - wir begr\u00fc\u00dfen unsere G\u00e4ste und w\u00fcnschen Ihnen einen angenehmen Tag!",
|
||||
"newsticker_enabled": true
|
||||
"show_images": true,
|
||||
"show_videos": true,
|
||||
"newsticker_text": "Wichtige Mitteilung",
|
||||
"newsticker_enabled": true,
|
||||
"custom_url": "https://dva-stage.cancom-ds.de/",
|
||||
"custom_url_label": "Sprich mit mir",
|
||||
"custom_url_enabled": false,
|
||||
"custom_url_target": "overlay",
|
||||
"brand_symbol_enabled": false,
|
||||
"stay_on_first": false
|
||||
}
|
||||
},
|
||||
"welcome_data": {
|
||||
"names": [
|
||||
"cisco"
|
||||
"weisenburger"
|
||||
],
|
||||
"logo_urls": [
|
||||
"https://cdn.brandfetch.io/www.cisco.com/logo?c=1idyd4Tpb2nKaXIIc8T"
|
||||
"https://cdn.brandfetch.io/weisenburger.de/logo?c=1idyd4Tpb2nKaXIIc8T"
|
||||
]
|
||||
}
|
||||
},
|
||||
"holthaus": {
|
||||
"dva": {
|
||||
"screens": {
|
||||
"dva": {
|
||||
"playlist": [
|
||||
{
|
||||
"url": "https://dva.cancom-ds.de",
|
||||
"url": "https://dva-stage.cancom-ds.de/",
|
||||
"zoom": 1.0,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"name": "map_Karlsruhe.png",
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"interval": 10,
|
||||
"show_images": false,
|
||||
"show_videos": false,
|
||||
"newsticker_text": "",
|
||||
"show_images": true,
|
||||
"show_videos": true,
|
||||
"newsticker_text": "Wichtige Meldung",
|
||||
"newsticker_enabled": false,
|
||||
"custom_url": "https://www.cancom.de",
|
||||
"custom_url_label": "DVA Agent",
|
||||
"custom_url_enabled": true,
|
||||
"custom_url_target": "redirect"
|
||||
"stay_on_first": true,
|
||||
"custom_url": "https://npm.teamthiele.de/nginx/proxy",
|
||||
"custom_url_label": "Reverse Proxy",
|
||||
"custom_url_enabled": false,
|
||||
"custom_url_target": "overlay",
|
||||
"custom_url_position": "top-center",
|
||||
"voice_agent_enabled": true,
|
||||
"voice_agent_label": "",
|
||||
"voice_agent_target": "overlay",
|
||||
"voice_agent_position": "top-left",
|
||||
"voice_agent_show_image": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user