-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
132 lines (132 loc) · 4.83 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"common": {
"name": "codesys-nvl",
"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",
"zh-cn": "首次出版",
"uk": "початковий випуск"
}
},
"titleLang": {
"en": "CODESYS Network Variable List",
"de": "CODESYS Network Variable List",
"ru": "Список сетевых переменных CODESYS",
"pt": "Lista de variáveis de rede CODESYS",
"nl": "CODESYS-netwerkvariabelenlijst",
"fr": "Liste des variables réseau CODESYS",
"it": "Elenco variabili di rete CODESYS",
"es": "Lista de variables de red CODESYS",
"pl": "Lista zmiennych sieciowych CODESYS",
"uk": "Список мережевих змінних CODESYS",
"zh-cn": "CODESYS 网络变量列表"
},
"desc": {
"en": "Send and receive Network Variable Lists (NVL) from CODESYS driven PLC",
"de": "Senden und empfangen von Netzwerkvariablenlisten (NVL) einer CODESYS-basierten SPS",
"ru": "Отправка и получение списков сетевых переменных (NVL) от ПЛК, управляемого CODESYS.",
"pt": "Envie e receba listas de variáveis de rede (NVL) de PLC controlado por CODESYS",
"nl": "Verzend en ontvang netwerkvariabelenlijsten (NVL) van CODESYS-gestuurde PLC",
"fr": "Envoyer et recevoir des listes de variables réseau (NVL) à partir d'un automate piloté par CODESYS",
"it": "Invia e ricevi elenchi di variabili di rete (NVL) dal PLC gestito da CODESYS",
"es": "Enviar y recibir listas de variables de red (NVL) desde PLC controlado por CODESYS",
"pl": "Wysyłaj i odbieraj listy zmiennych sieciowych (NVL) ze sterownika PLC sterowanego CODESYS",
"uk": "Надсилання та отримання списків мережевих змінних (NVL) від ПЛК, керованого CODESYS",
"zh-cn": "从 CODESYS 驱动的 PLC 发送和接收网络变量列表 (NVL)"
},
"authors": [
"Bannsaenger <[email protected]>"
],
"keywords": [
"codesys nvl plc iec-61131-3"
],
"licenseInformation": {
"link": "https://github.com/Bannsaenger/ioBroker.extron/blob/master/LICENSE",
"type": "free",
"license": "MIT"
},
"platform": "Javascript/Node.js",
"icon": "codesys-nvl.png",
"enabled": true,
"messagebox": true,
"extIcon": "https://raw.githubusercontent.com/Bannsaenger/ioBroker.codesys-nvl/main/admin/codesys-nvl.png",
"readme": "https://github.com/Bannsaenger/ioBroker.codesys-nvl/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "hardware",
"tier": 3,
"compact": true,
"connectionType": "local",
"dataSource": "push",
"adminUI": {
"config": "json"
},
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
{
"admin": ">=5.3.2"
}
]
},
"native": {
"port": 1202,
"bind": "0.0.0.0",
"mainTimerInterval": 10,
"gvlInfo": []
},
"objects": [],
"instanceObjects": [
{
"_id": "",
"type": "meta",
"common": {
"name": "gvl files for codesys-nvl",
"type": "meta.user"
},
"native": {}
},
{
"_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": {}
},
{
"_id": "nvl",
"type": "folder",
"common": {
"name": "Network Variable Lists"
},
"native": {}
}
]
}