-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathio-package.json
193 lines (193 loc) · 4.66 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"common": {
"name": "dspamp",
"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": "首次出版"
}
},
"adminUI": {
"config": "materialize"
},
"title": "DSP zone amplifier control",
"titleLang": {
"en": "DSP zone amplifier control",
"de": "DSP-Zonenverstärkersteuerung",
"ru": "Управление зонным DSP усилителем от insalator`а",
"pt": "Controle de amplificador de zona DSP",
"nl": "DSP zone versterker controle",
"fr": "Contrôle de l'amplificateur de zone DSP",
"it": "Controllo dell'amplificatore di zona DSP",
"es": "Control de amplificador de zona DSP",
"pl": "Sterowanie wzmacniaczem strefowym DSP",
"zh-cn": "DSP 商用功率放大器控制"
},
"desc": {
"en": "DSP zone amplifier control by instalator",
"de": "DSP-Zonenverstärkersteuerung durch Installateur in",
"ru": "Управление зонным DSP усилителем от insalator`а",
"pt": "Controle do amplificador de zona DSP pelo instalador",
"nl": "DSP-zoneversterkerregeling door instalator",
"fr": "Contrôle de l'amplificateur de zone DSP par l'installateur",
"it": "Controllo dell'amplificatore di zona DSP tramite installatore",
"es": "Control de amplificador de zona DSP por instalador",
"pl": "sterowanie wzmacniaczem strefowym DSP przez instalatora",
"zh-cn": "由安装者控制 DSP 区域放大器"
},
"authors": [
"instalator <[email protected]>"
],
"keywords": [
"instalator",
"dsp amplifier"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "dspamp.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/instalator/ioBroker.dspamp/master/admin/dspamp.png",
"readme": "https://github.com/instalator/ioBroker.dspamp/blob/master/README.md",
"loglevel": "info",
"messagebox": true,
"restartAdapters": [
"vis"
],
"mode": "daemon",
"type": "multimedia",
"compact": true,
"materialize": true,
"dependencies": [
{
"js-controller": ">=1.4.2"
},
"vis"
]
},
"native": {
"host": "192.168.88.3",
"port": 81
},
"objects": [],
"instanceObjects": [
{
"_id": "control",
"type": "device",
"common": {
"name": "control modules DSP"
},
"native": {}
},
{
"_id": "zones",
"type": "device",
"common": {
"name": "Zones"
},
"native": {}
},
{
"_id": "modules",
"type": "device",
"common": {
"name": "Modules"
},
"native": {}
},
{
"_id": "inputs",
"type": "device",
"common": {
"name": "Inputs"
},
"native": {}
},
{
"_id": "sigmaTCP",
"type": "device",
"common": {
"name": "TCP/IP Server for SigmaStudio"
},
"native": {}
},
{
"_id": "sigmaTCP.running",
"type": "state",
"common": {
"role": "state",
"name": "Server is running",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
},
{
"_id": "sigmaTCP.connected",
"type": "state",
"common": {
"role": "state",
"name": "SigmaStudio connected to amplifier",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "sigmaTCP.log",
"type": "state",
"common": {
"role": "state",
"name": "Commands log",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"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": "",
"type": "meta",
"common": {
"name": " DSP Amplifier",
"role": "meta.user"
},
"native": {}
}
]
}