-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
69 lines (69 loc) · 2 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
{
"common": {
"name": "sony-playstation",
"version": "0.0.5",
"news": {
"0.0.5": {
"en": "removed non functional functions from code"
}
},
"title": "sony-playstation",
"titleLang": {
"en": "sony-playstation",
"de": "Sony Playstation",
"ru": "Sony Playstation",
"pt": "sony-playstation",
"nl": "Sony Playstation",
"fr": "sony-playstation",
"it": "Sony-playstation",
"es": "sony-playstation",
"pl": "Sony Playstation",
"zh-cn": "索尼游戏机"
},
"desc": {
"en": "shows status of playstation in the same network",
"de": "zeigt den Status der Playstation im selben Netzwerk",
"ru": "показывает статус playstation в той же сети",
"pt": "mostra o status do playstation na mesma rede",
"nl": "toont status van playstation in hetzelfde netwerk",
"fr": "affiche l'état de la playstation dans le même réseau",
"it": "mostra lo stato della playstation nella stessa rete",
"es": "muestra el estado de la playstation en la misma red",
"pl": "pokazuje status playstation w tej samej sieci",
"zh-cn": "显示同一网络中 playstation 的状态"
},
"authors": ["Achim Nierbeck <bcanhome@googlemail.com>"],
"keywords": ["ioBroker", "template", "Smart Home", "home automation"],
"license": "Apache-2.0",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "sony-playstation.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/anierbeck/ioBroker.sony-playstation/main/admin/sony-playstation.png",
"readme": "https://github.com/anierbeck/ioBroker.sony-playstation/blob/main/README.md",
"loglevel": "debug",
"messagebox": true,
"mode": "daemon",
"type": "multimedia",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"materialize": true,
"dependencies": [
{
"js-controller": ">=2.0.0"
}
]
},
"native": {
"searchTimeOut": "42",
"devices": [
{
"name": "PS4",
"ip": "0.0.0.0"
}
]
},
"objects": [],
"instanceObjects": []
}