-
Notifications
You must be signed in to change notification settings - Fork 0
/
driver.json
50 lines (50 loc) · 2.16 KB
/
driver.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"driver_id": "sonysdcp",
"version": "0.9.0",
"release_date": "2024-12-11",
"min_core_api": "0.25.0",
"name": {
"en": "Sony Projector",
"de": "Sony Projektor"
},
"icon": "uc:camera",
"description": {
"en": "Integration to control Sony projectors that support the SDCP protocol.",
"de": "Integration zum Steuern von Sony Projektoren, die das SDCP-Protokoll unterstützen."
},
"port": 9081,
"developer": {
"name": "kennymc.c",
"url": "https://github.com/kennymc-c/ucr2-integration-sonySDCP"
},
"home_page": "https://github.com/kennymc-c/ucr2-integration-sonySDCP",
"setup_data_schema": {
"title": {
"en": "Configuration",
"de": "Konfiguration"
},
"settings": [
{
"id": "note",
"label": {"en": "Notes", "de": "Hinweise"},
"field": { "label": { "value": {
"en": "By clicking on next an attempt is made to automatically find the projector via SDAP advertisement service in your local network. All data is only send **every 30 seconds** by default. The interval can be shortened to a minimum of **10 seconds** in the web interface of the projector under _Setup/Advanced Menu/Advertisement/Interval_.\nIf you have changed any default ports and/or the PJ talk community you need to activate the manual advanced setup",
"de": "Durch den Klick auf Weiter wird versucht den Projektor per SDAP automatisch in deinem lokalen Netzwerk zu finden. Alle Daten werden standardmäßig nur **alle 30 Sekunden** vom Projektor gesendet. Der Interval kann im Webinterface des Projektors unter _Setup/Advanced Menu/Advertisement/Interval_ auf minimal **10 Sekunden** verkürzt werden.\nWenn du die Standard-Ports und/oder PJ Talk Community geändert hast, muss du die manuelle erweiterte Einrichtung aktivieren."
} }
}
},
{
"id": "advanced_settings",
"label": {
"en": "Manual advanced setup",
"de": "Manuelle erweiterte Einrichtung"
},
"field": {
"checkbox": {
"value": false
}
}
}
]
}
}