This repository was archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathio-package.json
More file actions
109 lines (109 loc) · 3.4 KB
/
io-package.json
File metadata and controls
109 lines (109 loc) · 3.4 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
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
{
"common": {
"name": "opnsense",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"title": "OPNSense",
"titleLang": {
"en": "OPNSense",
"de": "OPNSense",
"ru": "ОПНСенс",
"pt": "OPNSense",
"nl": "OPNSense",
"fr": "OPNSense",
"it": "OPNSense",
"es": "OPNSense",
"pl": "OPNSense",
"uk": "OPNSense",
"zh-cn": "OPNSense"
},
"desc": {
"en": "Firewall, Network",
"de": "Firewall, Netzwerk",
"ru": "Брандмауэр, Сеть",
"pt": "Firewall, Rede",
"nl": "Firewall, netwerk",
"fr": "Pare-feu, Réseau",
"it": "Firewall, Rete",
"es": "Cortafuegos, Red",
"pl": "Zapora sieciowa, sieć",
"uk": "Брандмауер, мережа",
"zh-cn": "防火墙、网络"
},
"authors": ["Seqway <[email protected]>"],
"keywords": ["firewall", "network"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "opnsense.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Seqway/ioBroker.opnsense/master/admin/opnsense.png",
"readme": "https://github.com/Seqway/ioBroker.opnsense/blob/master/README.md",
"loglevel": "info",
"tier": 3,
"mode": "daemon",
"type": "network",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
},
"native": {
"OPNsenseServerIp": "https://192.168.40.160/api/core/firmware/status",
"apikey": "2fq+XafyG5VhMtqlFhaaa/ELd07FbrUKcM1Yiry2DYrx0e+qQjYiFgX+qz/AovmWnCxmVYkPzLswPB2u",
"apisecret": "973x1HOvmGYtKu6xkiGQPrjERfxcPKPtY1EXjZet/kilhU1CdvtYWGOtTZBmQkoRNdufGsXTqDj7qPo5",
"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": {}
}
]
}