This repository has been archived by the owner on Feb 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
io-package.json
251 lines (251 loc) · 8.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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
{
"common": {
"name": "volumio",
"version": "0.0.2",
"news": {
"0.0.1": {
"en": "First tests and modifications of the template",
"de": "Erste Tests und Abänderungen vom Template",
"ru": "Первые испытания и модификации шаблона",
"pt": "Primeiros testes e modificações do modelo",
"fr": "Premiers tests et modifications du modèle",
"nl": "Eerste tests en wijzigingen van het sjabloon",
"es": "Primeras pruebas y modificaciones de la plantilla",
"it": "Prime prove e modifiche del modello"
},
"0.0.2": {
"en": "Further development, bug fixing. Added a state for volume control.",
"de": "Weiterentwicklung, Fehlerbehebung. Zustand für Lautstärkereglung eingebaut.",
"ru": "Дальнейшее развитие, исправление ошибок. Состояние для встроенного регулятора громкости.",
"pt": "Dalszy rozwój, naprawa błędów. Warunek wbudowanej regulacji głośności.",
"fr": "Développement ultérieur, correction de bogues. Condition pour le contrôle du volume intégré.",
"nl": "Verdere ontwikkeling, bugfixing. Voorwaarde voor ingebouwde volumeregeling.",
"es": "Desarrollo adicional, corrección de errores. Condición para el control de volumen incorporado.",
"it": "Ulteriore sviluppo, correzione di bug. Condizione per il controllo del volume incorporato."
}
},
"title": "Volumio Remote Control",
"titleLang": {
"en": "Volumio Remote Control",
"de": "Volumio Remote Control",
"ru": "Volumio Remote Control",
"pt": "Volumio Remote Control",
"nl": "Volumio Remote Control",
"fr": "Volumio Remote Control",
"it": "Volumio Remote Control",
"es": "Volumio Remote Control"
},
"desc": {
"en": "Control a Volumio instance on the local network using the Rest API of Volumio.",
"de": "Kontrolliere eine Volumio Instanz im lokalen Netzwerk über die Rest API von Volumio.",
"ru": "Контролировать экземпляр Volumio в локальной сети с помощью Volumio's Rest API.",
"pt": "Controle uma instância do Volumio na rede local usando a API Rest do Volumio.",
"fr": "Contrôlez une instance Volumio sur le réseau local à l'aide de l'API Rest de Volumio.",
"nl": "Bestuur een Volumio instance op het lokale netwerk met behulp van Volumio's Rest API.",
"it": "Controllare un'istanza di Volumio sulla rete locale utilizzando l'API Rest di Volumio.",
"es": "Controle una instancia de Volumio en la red local utilizando la Rest API de Volumio."
},
"authors": [
"André Iske <[email protected]>"
],
"docs": {
"en": "docs/en/admin.md",
"ru": "docs/ru/admin.md",
"de": "docs/de/admin.md",
"es": "docs/es/admin.md",
"it": "docs/it/admin.md",
"fr": "docs/fr/admin.md",
"nl": "docs/nl/admin.md",
"pt": "docs/pt/admin.md"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "volumio.png",
"materialize": true,
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/a-i-ks/ioBroker.volumio/master/admin/volumio.png",
"keywords": ["volumio", "audio", "remotecontrol"],
"readme": "https://github.com/a-i-ks/ioBroker.volumio/blob/master/README.md",
"loglevel": "info",
"type": "general",
"license": "Apache-2.0",
"messagebox": false,
"restartAdapters": []
},
"native": {
"host": "volumio.local"
},
"objects": [],
"instanceObjects": [
{
"_id": "player",
"type": "channel",
"common": {
"name": "Commands to control playback"
},
"native": {}
},
{
"_id": "player.play",
"type": "state",
"common": {
"role": "button",
"name": "Play",
"type": "boolean",
"read": false,
"write": true,
"icon": "icons/play_black.png"
},
"native": {}
},
{
"_id": "player.playN",
"type": "state",
"common": {
"role": "playN",
"name": "Play n-th track on queue",
"type": "number",
"read": true,
"write": true
},
"native": {}
},
{
"_id": "player.pause",
"type": "state",
"common": {
"role": "button",
"name": "pause",
"type": "boolean",
"read": false,
"write": true,
"icon": "icons/pause_black.png"
},
"native": {}
},
{
"_id": "player.toggle",
"type": "state",
"common": {
"role": "button",
"name": "toggle",
"type": "boolean",
"read": false,
"write": true,
"icon": "icons/play_black.png"
},
"native": {}
},
{
"_id": "player.next",
"type": "state",
"common": {
"role": "button",
"name": "next",
"type": "boolean",
"read": false,
"write": true,
"icon": "icons/skip_next_black.png"
},
"native": {}
},
{
"_id": "player.prev",
"type": "state",
"common": {
"role": "button",
"name": "next",
"type": "boolean",
"read": false,
"write": true,
"icon": "icons/skip_next_black.png"
},
"native": {}
},
{
"_id": "player.mute",
"type": "state",
"common": {
"role": "button",
"name": "mute",
"type": "boolean",
"read": false,
"write": true,
"icon": "icons/mute_black.png"
},
"native": {}
},
{
"_id": "player.unmute",
"type": "state",
"common": {
"role": "button",
"name": "unmute",
"type": "boolean",
"read": false,
"write": true,
"icon": "icons/active_song_speaker_black.png"
},
"native": {}
},
{
"_id": "player.volumeUp",
"type": "state",
"common": {
"role": "button",
"name": "volume up",
"type": "boolean",
"read": false,
"write": true,
"icon": "icons/volume_up.png"
},
"native": {}
},
{
"_id": "player.volumeDown",
"type": "state",
"common": {
"role": "button",
"name": "volume down",
"type": "boolean",
"read": false,
"write": true,
"icon": "icons/volume_down.png"
},
"native": {}
},
{
"_id": "player.volume",
"type": "state",
"common": {
"role": "value",
"name": "volume in percentage",
"type": "number",
"read": true,
"write": true,
"icon": "icons/active_song_speaker_black.png"
},
"native": {}
},
{
"_id": "playbackInfo",
"type": "channel",
"common": {
"name": "Read only information of playback"
},
"native": {}
},
{
"_id": "getPlaybackInfo",
"type": "state",
"common": {
"role": "button",
"name": "refresh playback info",
"type": "boolean",
"read": false,
"write": true
},
"native": {}
}
]
}