-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
203 lines (203 loc) · 7.82 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
{
"common": {
"name": "playstation",
"version": "0.0.2",
"news": {
"0.0.2": {
"en": "Added groups and messages\nAdded: Share Profile\nLoad attachments from messages (raw data)",
"de": "Gruppen und Nachrichten hinzugefügt\nHinzugefügt: Profil teilen\nAnhänge von Nachrichten laden (Rohdaten)",
"ru": "Добавленные группы и сообщения\nДобавлено: Share Profile\nЗагрузить вложения из сообщений (обычные данные)",
"pt": "Adicionados grupos e mensagens\nAdicionado: Share Profile\nCarregar anexos de mensagens (dados de rastreamento)",
"nl": "Groepen en berichten toegevoegd\nToegevoegd: Profiel delen\nBijlagen uit berichten laden (raw data)",
"fr": "Groupes et messages ajoutés\nAjouté: Partager le profil\nCharger les pièces jointes des messages (données brutes)",
"it": "Gruppi e messaggi aggiunti\nAggiunto: Share Profile\nCaricare gli allegati dai messaggi (dati bassi)",
"es": "Grupos y mensajes adicionales\nAñadido: Perfil de Compartir\nCargar adjuntos de mensajes (datos de rocío)",
"pl": "Dodano grupy i wiadomości\nDodano: Udostępnianie profilu\nWczytaj załączniki z wiadomości (dane surowe)",
"uk": "Додано групи та повідомлення\nДоданий: Загальний профіль\nЗавантаження вкладення з повідомлень (відведення даних)",
"zh-cn": "添加的组和信件\n添加: 共享配置文件\n从信件装入附件( 原始数据)"
},
"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": "首次出版"
}
},
"titleLang": {
"en": "PS4 and PS5",
"de": "PS4 und PS5",
"ru": "ПС4 и ПС5",
"pt": "PS4 e PS5",
"nl": "PS4 en PS5",
"fr": "PS4 et PS5",
"it": "PS4 e PS5",
"es": "PS4 y PS5",
"pl": "PS4 i PS5",
"uk": "PS4 і PS5",
"zh-cn": "PS4 和 PS5"
},
"desc": {
"en": "PS remote control",
"de": "PS-Fernbedienung",
"ru": "PS пульт дистанционного управления",
"pt": "Controle remoto PS",
"nl": "PS-afstandsbediening",
"fr": "Télécommande PS",
"it": "telecomando PS",
"es": "mando a distancia ps",
"pl": "Pilot do PS",
"uk": "Пульт дистанційного керування PS",
"zh-cn": "PS遥控器"
},
"authors": ["Lucky-ESA <[email protected]>"],
"keywords": ["ps4", "ps5", "playstation"],
"licenseInformation": {
"type": "free",
"license": "MIT"
},
"platform": "Javascript/Node.js",
"icon": "playstation.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Lucky-ESA/ioBroker.playstation/main/admin/playstation.png",
"readme": "https://github.com/Lucky-ESA/ioBroker.playstation/blob/main/README.md",
"loglevel": "info",
"tier": 3,
"mode": "daemon",
"type": "iot-systems",
"compact": true,
"messagebox": true,
"connectionType": "local",
"dataSource": "push",
"adminUI": {
"config": "json"
},
"docs": {
"en": ["docs/en/README.md"],
"de": ["docs/de/README.md"]
},
"dependencies": [
{
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=7.0.23"
}
]
},
"encryptedNative": ["npsso"],
"protectedNative": ["npsso"],
"native": {
"ps": [],
"npsso": "",
"selectPS4": "",
"psn": false,
"langPSN": "de-DE"
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": {
"en": "Information",
"de": "Informationen",
"ru": "Информация",
"pt": "Informação",
"nl": "Informatie",
"fr": "Information",
"it": "Informazioni",
"es": "Información",
"pl": "Informacja",
"uk": "Інформація",
"zh-cn": "信息"
}
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": {
"en": "Device or service connected",
"de": "Geräte- oder Serviceanschluss",
"ru": "Устройство или сервис подключены",
"pt": "Dispositivo ou serviço conectado",
"nl": "Device of dienst verbonden",
"fr": "Appareil ou service connecté",
"it": "Dispositivo o servizio collegato",
"es": "Dispositivo o servicio conectado",
"pl": "Device",
"uk": "Пристрої або послуги підключені",
"zh-cn": "证人或有关服务"
},
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "session",
"type": "state",
"common": {
"role": "state",
"name": {
"en": "Session infos",
"de": "Sitzungsinfos",
"ru": "Сессионная информация",
"pt": "InformaçÃμes de sessão",
"nl": "Sessie-informatie",
"fr": "Infos de séance",
"it": "Informazioni di sessione",
"es": "Información de sesión",
"pl": "Informacje o sesji",
"uk": "Інформація про сеанс",
"zh-cn": "会话信息"
},
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "status",
"type": "state",
"common": {
"role": "json",
"name": {
"en": "Status",
"de": "Status",
"ru": "Статус",
"pt": "Estado",
"nl": "Status",
"fr": "État",
"it": "Stato",
"es": "Situación",
"pl": "Status",
"uk": "Статус на сервери",
"zh-cn": "状态"
},
"type": "string",
"read": true,
"write": false,
"def": "{}"
},
"native": {}
}
]
}