Skip to content

Commit 8925b26

Browse files
authored
add missed optional capabilities to modular profile (#2370)
1 parent 2c4e68c commit 8925b26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/SmartThings/matter-thermostat/profiles/thermostat-modular.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ components:
99
- id: fanMode
1010
version: 1
1111
optional: true
12+
- id: fanOscillationMode
13+
version: 1
14+
optional: true
15+
- id: windMode
16+
version: 1
17+
optional: true
1218
- id: thermostatFanMode
1319
version: 1
1420
optional: true

0 commit comments

Comments
 (0)