-
-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy path1040.json
56 lines (56 loc) · 852 Bytes
/
1040.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
{
"manufacturer": "Toshiba",
"supportedModels": [
"FRC-199T"
],
"supportedController": "Broadlink",
"commandsEncoding": "Base64",
"brightness": [
16,
32,
48,
64,
80,
96,
112,
128,
144,
160,
176,
192,
208,
224,
240,
255
],
"colorTemperature": [
2700,
2953,
3207,
3460,
3713,
3967,
4220,
4473,
4727,
4980,
5233,
5487,
5740,
5993,
6247,
6500
],
"commands": {
"on": "",
"off": [
"",
""
],
"brighten": "",
"dim": "",
"colder": "",
"warmer": "",
"night": ""
}
}