This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
presets.json
75 lines (74 loc) · 1.9 KB
/
presets.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
{
"default": {
"description": "The Default Replacement of AC Partner",
"defaultMain": "AC model(10)+po+mo+wi+sw+tt+li+model(-1)",
"power": {
"0": "off",
"1": "on"
},
"mode": {
"0": "heat",
"1": "cool",
"2": "auto"
},
"wing": {
"0": "low",
"1": "middle",
"2": "high",
"3": "auto"
},
"swing": {
"0": "on",
"1": "off"
},
"tempera": "1",
"light": {
"0": "on",
"a": "off"
}
},
"extra": {
"description_00": "this is the min value of temperature",
"t0t": {
"off_fix": "0",
"cool": "1",
"heat": "1",
"auto_fix": "A"
},
"t6t": {
"cool": "7",
"heat": "A",
"auto_fix": "F"
},
"description_01": "string replace",
"pmp": {
"off": "00",
"cool": "90",
"heat": "C0",
"auto": "80"
},
"wbw": {
"low": 1,
"middle": 3,
"high": 5,
"auto": 0
},
"description_02": "auto -(+1)-> low -(+2)-> middle -(+2)-> high",
"wtw": 4,
"description_03": "below -> (auto -(+1)-> low -(+2)-> middle -(+2)-> high)",
"w4tw": {
"cool": "4",
"heat": "7",
"auto": "C"
}
},
"0100010727": {
"des": "gree_2",
"main": "{po}{mo}{wi}{sw}{tt}{li}00_wtw_pmp_t0t205002102000_t6t0_wtw_pmp_t0t2070020000_wbw0_w4tw0",
"extra_value": ["pmp","wtw","wbw","t0t","t6t","w4tw"]
},
"0100004795": {
"des": "gree_8",
"main": "{po}{mo}{wi}{sw}{tt}{li}00090900005002"
}
}