This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
115 lines (115 loc) · 3.22 KB
/
io-package.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"common": {
"name": "opnsense",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial test alpha version",
"de": "Erstveröffentlichung Alpha Status",
"ru": "начальная тестовая альфа-версия",
"pt": "versão alfa de teste inicial",
"nl": "initiële test alfaversie",
"fr": "test initial version alpha",
"it": "versione alfa di prova iniziale",
"es": "versión alfa de prueba inicial",
"pl": "wstępna wersja testowa alfa",
"zh-cn": "初始测试 alpha 版本"
}
},
"title": "OPNsense",
"titleLang": {
"en": "OPNsense",
"de": "OPNsense",
"ru": "OPNsense",
"pt": "OPNsense",
"nl": "OPNsense",
"fr": "OPNsense",
"it": "OPNsense",
"es": "OPNsense",
"pl": "OPNsense",
"zh-cn": "OPNsense"
},
"desc": {
"en": "OPNsense",
"de": "Erklärung zur OPNsense",
"ru": "OPNsense",
"pt": "OPNsense",
"nl": "OPNsense",
"fr": "OPNsense",
"it": "OPNsense",
"es": "OPNsense",
"pl": "OPNsense",
"zh-cn": "OPNsense"
},
"authors": [
"Seqway <[email protected]>",
"gemuesepudding <[email protected]>"
],
"keywords": [
"opnsense",
"firewall"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "opnsense.jpg",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Seqway/ioBroker.opnsense/dev/admin/opnsense.jpg",
"readme": "https://github.com/Seqway/ioBroker.opnsense/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "infrastructure",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"materialize": true,
"dependencies": [
{
"js-controller": ">=4.0.0"
}
] ,
"globalDependencies": [
{
"admin": ">=5.3.2"
}
]
},
"native": {
"OPNsenseServerIp": "",
"apikey": "Installer",
"apisecret": "",
"pollcycle": ""
},
"encryptedNative": [
"apikey",
"apisecret"
],
"protectedNative": [
"apikey",
"apisecret"
],
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}