-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdriver.json
More file actions
42 lines (42 loc) · 999 Bytes
/
driver.json
File metadata and controls
42 lines (42 loc) · 999 Bytes
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
{
"driver_id": "dreambox_driver",
"version": "1.0.8",
"min_core_api": "0.20.0",
"name": { "en": "Dreambox", "de": "Dreambox" },
"icon": "uc:integration",
"description": {
"en": "Dreambox Integration",
"de": "Dreambox Integration"
},
"port": "9988",
"developer": {
"name": "David Masshardt",
"email": "david@masshardt.ch",
"url": "https://www.github.com/TheNetStriker"
},
"home_page": "https://www.github.com/TheNetStriker/integration-dreambox",
"release_date": "2025-12-02",
"setup_data_schema": {
"title": {
"en": "Integration setup",
"de": "Integrationssetup"
},
"settings": [
{
"id": "info",
"label": {
"en": "Setup process",
"de": "Setup Modus"
},
"field": {
"label": {
"value": {
"en": "Integration setup for Dreambox",
"de": "Integrationssetup für Dreambox"
}
}
}
}
]
}
}