-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathOLACB12-110MIC.json
More file actions
55 lines (49 loc) · 954 Bytes
/
OLACB12-110MIC.json
File metadata and controls
55 lines (49 loc) · 954 Bytes
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
{
"manufacturer": "Olimpo",
"model": "OLACB12-110MIC",
"supportedModels": ["OLACB12-110MIC"],
"powerCommand": {
"on": "Aire_On",
"off": "Aire_Off"
},
"temperatureSet": {
"16": "Cool_16",
"17": "Cool_17",
"18": "Cool_18",
"19": "Cool_19",
"20": "Cool_20",
"21": "Cool_21",
"22": "Cool_22",
"23": "Cool_23",
"24": "Cool_24",
"25": "Cool_25",
"26": "Cool_26",
"27": "Cool_27",
"28": "Cool_28",
"29": "Cool_29",
"30": "Cool_30"
},
"mode": {
"cool": "mode_cool",
"heat": "mode_heat",
"fan_only": "mode_fan",
"dry": "mode_dry",
"auto": "mode_auto"
},
"fanMode": {
"auto": "fan_auto",
"low": "fan_low",
"medium": "fan_medium",
"high": "fan_high"
},
"swingMode": {
"on": "swing_on",
"off": "swing_off"
},
"specialFunctions": {
"sleep": "sleep",
"led": "led",
"clean": "clean",
"turbo": "turbo"
}
}