-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonyBraviaPlugin-configurationFile-v01.00.json
74 lines (74 loc) · 2.52 KB
/
sonyBraviaPlugin-configurationFile-v01.00.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
{
"template": {
"devices": [
{
"key": "processor",
"name": "Processor",
"type": "rmc3",
"group": "processor",
"properties": {
"control": {
"method": "none"
}
}
},
{
"key": "display-1",
"name": "Display",
"type": "sonybravia",
"group": "display",
"properties": {
"control": {
"method": "com",
"controlPortDevKey": "processor",
"controlPortNumber": 1,
"comParams": {
"protocol": "RS232",
"baudRate": 9600,
"dataBits": 8,
"stopBits": 1,
"parity": "None",
"softwareHandshake": "None",
"hardwareHandshake": "None",
"pacing": 0
},
"tcpSshProperties": {
"address": "",
"port": 20060,
"username": "",
"password": "",
"autoReconnect": true,
"autoReconnectIntervalMs": 10000
}
}
}
},
{
"key": "plugin-bridge1",
"uid": 39,
"name": "Plugin Bridge",
"group": "api",
"type": "eiscApiAdvanced",
"properties": {
"control": {
"tcpSshProperties": {
"address": "127.0.0.2",
"port": 0
},
"ipid": "B2",
"method": "ipidTcp"
},
"devices": [
{
"deviceKey": "display-1",
"joinStart": 1
}
]
}
}
]
},
"system": {},
"system_url": "",
"template_url": ""
}