-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdriver.json
More file actions
45 lines (45 loc) · 1.81 KB
/
driver.json
File metadata and controls
45 lines (45 loc) · 1.81 KB
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
{
"driver_id": "uc_gc_driver",
"version": "0.1.1",
"min_core_api": "0.20.0",
"name": { "en": "Global Caché IR devices", "de": "Global Caché IR Geräte", "fr": "Appareils IR Global Caché" },
"icon": "uc:integration",
"description": {
"en": "Send IR commands with Global Caché devices.",
"de": "Sende IR Kommandos mit Global Caché Geräten.",
"fr": "Transmettre des commandes IR avec les appareils Global Caché."
},
"developer": {
"name": "Unfolded Circle ApS",
"email": "hello@unfoldedcircle.com",
"url": "https://www.unfoldedcircle.com"
},
"home_page": "https://www.unfoldedcircle.com",
"setup_data_schema": {
"title": {
"en": "Integration setup",
"de": "Integrationssetup",
"fr": "Configuration de l'intégration"
},
"settings": [
{
"id": "info",
"label": {
"en": "Setup process",
"de": "Setup Fortschritt",
"fr": "Progrès de la configuration"
},
"field": {
"label": {
"value": {
"en": "The setup process will search for Global Caché devices on your network. Only IR sending devices are currently supported. The device(s) must be on the same network as the remote for the auto-discovery to work.",
"de": "Bei der Einrichtung wird nach Global Caché-Geräten in deinem Netzwerk gesucht. Derzeit werden nur Geräte unterstützt, die IR-Signale senden. Das/die Gerät(e) müssen sich im selben Netzwerk befinden wie die Fernbedienung, damit die automatische Erkennung funktioniert.",
"fr": "Le processus d'installation recherchera les appareils Global Caché sur votre réseau. Seuls les dispositifs d'envoi IR sont actuellement pris en charge. Le ou les appareils doivent se trouver sur le même réseau que la télécommande pour que la recherche automatique fonctionne."
}
}
}
}
]
},
"release_date": "2024-09-28"
}