forked from NorthernMan54/homebridge-HTTP-IRBlaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-fireplace.json
61 lines (58 loc) · 2 KB
/
sample-fireplace.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
{
"bridge": {
"name": "Howard",
"username": "CC:22:3D:E3:CE:35",
"port": 51826,
"pin": "031-45-154",
"ssdp": 1900
},
"description": "HomeBridge HTTP Status Control",
"platforms": [
],
"accessories": [
{
"accessory": "http-irblaster",
"name": "Fireplace",
"irBlaster": "ESP_08EE8D",
"on_busy": 32000,
"off_busy": 5000,
"up_busy": 600,
"down_busy": 600,
"start": 100,
"steps": 10,
"rdelay": 600,
"off_data": [{
"type": "raw",
"out": 1,
"khz": 500,
"data": [200, 700, 700, 200, 700, 200, 700, 200, 200, 700, 700, 200, 200, 700, 200, 700, 200, 700, 700, 200, 200, 700, 700, 200, 700, 200, 700, 200, 200, 700, 200, 700, 200, 700, 700, 200, 700, 200, 200, 700, 700, 200, 700, 200, 700, 200],
"pulse": 10,
"pdelay": 30
}],
"on_data": [{
"type": "raw",
"out": 1,
"data": [200, 700, 700, 200, 700, 200, 700, 200, 200, 700, 700, 200, 200, 700, 200, 700, 200, 700, 700, 200, 200, 700, 700, 200, 700, 200, 700, 200, 200, 700, 200, 700, 200, 700, 700, 200, 700, 200, 200, 700, 200, 700, 700, 200, 700, 200],
"khz": 500,
"pulse": 10,
"pdelay": 30
}],
"up_data": [{
"type": "raw",
"out": 1,
"data": [200, 700, 700, 200, 700, 200, 700, 200, 200, 700, 700, 200, 200, 700, 200, 700, 200, 700, 700, 200, 200, 700, 700, 200, 700, 200, 700, 200, 200, 700, 200, 700, 200, 700, 700, 200, 700, 200, 700, 200, 200, 700, 700, 200, 700, 200],
"khz": 500,
"pulse": 10,
"pdelay": 30
}],
"down_data": [{
"type": "raw",
"out": 1,
"data": [200, 700, 700, 200, 700, 200, 700, 200, 200, 700, 700, 200, 200, 700, 200, 700, 200, 700, 700, 200, 200, 700, 700, 200, 700, 200, 700, 200, 200, 700, 200, 700, 200, 700, 200, 700, 200, 700, 200, 700, 200, 700, 200, 700, 200, 700],
"khz": 500,
"pulse": 10,
"pdelay": 30
}]
}
]
}