File tree Expand file tree Collapse file tree 2 files changed +51
-12
lines changed
drivers/SmartThings/matter-thermostat/profiles Expand file tree Collapse file tree 2 files changed +51
-12
lines changed Original file line number Diff line number Diff line change @@ -7,78 +7,111 @@ components:
7
7
- id : fanSpeedPercent
8
8
version : 1
9
9
- id : fanOscillationMode
10
+ version : 1
10
11
optional : true
11
12
- id : windMode
13
+ version : 1
12
14
optional : true
13
15
- id : thermostatHeatingSetpoint
16
+ version : 1
14
17
optional : true
15
18
- id : thermostatMode
19
+ version : 1
16
20
optional : true
17
21
- id : thermostatOperatingState
22
+ version : 1
18
23
optional : true
19
24
- id : temperatureMeasurement
20
- optional : true
21
- - id : airQualityHealthConcern
25
+ version : 1
22
26
optional : true
23
27
- id : relativeHumidityMeasurement
28
+ version : 1
29
+ optional : true
30
+ - id : airQualityHealthConcern
31
+ version : 1
24
32
optional : true
25
33
- id : carbonMonoxideMeasurement
34
+ version : 1
26
35
optional : true
27
36
- id : carbonMonoxideHealthConcern
37
+ version : 1
28
38
optional : true
29
39
- id : carbonDioxideMeasurement
40
+ version : 1
30
41
optional : true
31
42
- id : carbonDioxideHealthConcern
43
+ version : 1
32
44
optional : true
33
45
- id : nitrogenDioxideMeasurement
46
+ version : 1
34
47
optional : true
35
48
- id : nitrogenDioxideHealthConcern
49
+ version : 1
36
50
optional : true
37
51
- id : ozoneMeasurement
52
+ version : 1
38
53
optional : true
39
54
- id : ozoneHealthConcern
55
+ version : 1
40
56
optional : true
41
57
- id : formaldehydeMeasurement
58
+ version : 1
42
59
optional : true
43
60
- id : formaldehydeHealthConcern
61
+ version : 1
44
62
optional : true
45
63
- id : veryFineDustSensor
64
+ version : 1
46
65
optional : true
47
66
- id : veryFineDustHealthConcern
67
+ version : 1
48
68
optional : true
49
69
- id : fineDustHealthConcern
70
+ version : 1
50
71
optional : true
51
72
- id : dustSensor
73
+ version : 1
52
74
optional : true
53
75
- id : dustHealthConcern
76
+ version : 1
54
77
optional : true
55
78
- id : radonMeasurement
79
+ version : 1
56
80
optional : true
57
81
- id : radonHealthConcern
82
+ version : 1
58
83
optional : true
59
84
- id : tvocMeasurement
85
+ version : 1
60
86
optional : true
61
87
- id : tvocHealthConcern
88
+ version : 1
62
89
optional : true
63
90
- id : firmwareUpdate
91
+ version : 1
64
92
- id : refresh
93
+ version : 1
65
94
categories :
66
95
- name : AirPurifier
67
96
- id : activatedCarbonFilter
68
97
optional : true
69
98
capabilities :
70
99
- id : filterState
100
+ version : 1
71
101
optional : true
72
102
- id : filterStatus
103
+ version : 1
73
104
optional : true
74
105
categories :
75
106
- name : AirPurifier
76
107
- id : hepaFilter
77
108
optional : true
78
109
capabilities :
79
110
- id : filterState
111
+ version : 1
80
112
optional : true
81
113
- id : filterStatus
114
+ version : 1
82
115
optional : true
83
116
categories :
84
117
- name : AirPurifier
Original file line number Diff line number Diff line change @@ -3,27 +3,33 @@ components:
3
3
- id : main
4
4
capabilities :
5
5
- id : temperatureMeasurement
6
+ version : 1
6
7
- id : thermostatMode
8
+ version : 1
9
+ - id : thermostatFanMode
10
+ version : 1
11
+ optional : true
7
12
- id : thermostatHeatingSetpoint
13
+ version : 1
8
14
optional : true
9
15
- id : thermostatCoolingSetpoint
16
+ version : 1
10
17
optional : true
11
18
- id : thermostatOperatingState
19
+ version : 1
12
20
optional : true
13
- - id : batteryLevel
14
- optional : true
15
- - id : firmwareUpdate
16
- - id : refresh
17
21
- id : battery
22
+ version : 1
18
23
optional : true
19
- - id : thermostatFanMode
24
+ - id : batteryLevel
25
+ version : 1
20
26
optional : true
21
27
- id : relativeHumidityMeasurement
28
+ version : 1
22
29
optional : true
30
+ - id : firmwareUpdate
31
+ version : 1
32
+ - id : refresh
33
+ version : 1
23
34
categories :
24
35
- name : Thermostat
25
- preferences :
26
- - preferenceId : tempOffset
27
- explicit : true
28
- - preferenceId : humidityOffset
29
- explicit : true
You can’t perform that action at this time.
0 commit comments