-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdriver.json
executable file
·41 lines (41 loc) · 1.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
{
"driver_id": "requests",
"version": "0.6.0",
"release_date": "2025-01-04",
"min_core_api": "0.24.3",
"name": {
"en": "HTTP requests, WoL & text over TCP",
"de": "HTTP-Anfragen, WoL & Text über TCP"
},
"icon": "uc:integration",
"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 Multitool-Integration zum Senden von HTTP Get/Post/Patch/Put/Delete/Head-Anfragen, Wake-on-LAN Magic Pakets und Text über TCP"
},
"port": 9081,
"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": "advanced_settings",
"label": {
"en": "Configure advanced settings",
"de": "Erweiterte Einstellungen konfigurieren"
},
"field": {
"checkbox": {
"value": false
}
}
}
]
}
}