-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
75 lines (75 loc) · 2.65 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
{
"common": {
"name": "cab",
"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": "首次出版"
}
},
"title": "CAB Label Printer",
"titleLang": {
"en": "CAB Label Printer",
"de": "CAB Etikettendrucker",
"ru": "Принтер этикеток CAB",
"pt": "Impressora de etiquetas CAB",
"nl": "CAB-labelprinter",
"fr": "Imprimante d'étiquettes CAB",
"it": "Stampante per etichette CAB",
"es": "Impresora de etiquetas CAB",
"pl": "Drukarka etykiet CAB",
"zh-cn": "CAB 标签打印机"
},
"desc": {
"en": "Adapter for CAB label printer via OpcUa",
"de": "Adapter für CAB-Etikettendrucker über OpcUa",
"ru": "Адаптер для принтера этикеток CAB через OpcUa",
"pt": "Adaptador para impressora de etiquetas CAB via OpcUa",
"nl": "Adapter voor CAB-labelprinter via OpcUa",
"fr": "Adaptateur pour imprimante d'étiquettes CAB via OpcUa",
"it": "Adattatore per stampante di etichette CAB tramite OpcUa",
"es": "Adaptador para impresora de etiquetas CAB a través de OpcUa",
"pl": "Adapter do drukarki etykiet CAB przez OpcUa",
"zh-cn": "通过 OpcUa 的 CAB 标签打印机适配器"
},
"authors": [
"TommyF <[email protected]>"
],
"keywords": [
"template"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "src/main.ts",
"icon": "cab.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/BrummF/ioBroker.cab/master/admin/cab.png",
"readme": "https://github.com/BrummF/ioBroker.cab/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "hardware",
"compact": true,
"materialize": true,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"IpAddress": "192.168.x.x",
"User": "opcuser",
"Password": "opcuser"
},
"objects": [],
"instanceObjects": []
}