-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdriver.json
More file actions
executable file
·64 lines (64 loc) · 1.82 KB
/
Copy pathdriver.json
File metadata and controls
executable file
·64 lines (64 loc) · 1.82 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"driver_id": "requests",
"version": "0.11.0",
"release_date": "2026-05-28",
"min_core_api": "0.24.3",
"name": {
"en": "HTTP requests, WoL & text over TCP",
"de": "HTTP-Anfragen, WoL & Text über TCP"
},
"icon": "uc:webhook",
"description": {
"en": "A network multi tool integration to send HTTP get/post/patch/put/delete/head requests, wake-on-LAN magic packets and text over tcp",
"de": "Eine Netzwerk Multi-Tool-Integration zum Senden von HTTP Get/Post/Patch/Put/Delete/Head-Anfragen, Wake-on-LAN Magic Pakets und Text über TCP"
},
"port": 9082,
"developer": {
"name": "kennymc.c",
"url": "https://github.com/kennymc-c/ucr2-integration-requests"
},
"home_page": "https://github.com/kennymc-c/ucr2-integration-requests",
"setup_data_schema": {
"title": {
"en": "Configuration",
"de": "Konfiguration"
},
"settings": [
{
"id": "setup_action",
"label": {
"en": "Choose a setup action",
"de": "Wähle eine Einrichtungsoption aus"
},
"field": {
"dropdown": {
"value": "finish",
"items": [
{
"id": "finish",
"label": {
"en": "Finish Setup",
"de": "Einrichtung abschließen"
}
},
{
"id": "advanced",
"label": {
"en": "Configure advanced settings",
"de": "Erweiterte Einstellungen konfigurieren"
}
},
{
"id": "custom",
"label": {
"en": "Configure custom entities",
"de": "Eigene Entitäten konfigurieren"
}
}
]
}
}
}
]
}
}