-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial Matter 1.3 Device Type Support --------- Co-authored-by: Nick DeBoom <[email protected]> Co-authored-by: Hunsup Jung <[email protected]>
- Loading branch information
1 parent
7413fea
commit 7821a5d
Showing
271 changed files
with
20,769 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
drivers/SmartThings/matter-appliance/profiles/cook-surface-one-cook-surface-two-tl.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: cook-surface-one-cook-surface-two-tl | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: switch | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Cooktop | ||
- id: cookSurfaceOne | ||
label: Cook Surface 1 | ||
capabilities: | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: cookSurfaceTwo | ||
label: Cook Surface 2 | ||
capabilities: | ||
- id: temperatureLevel | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 |
22 changes: 22 additions & 0 deletions
22
drivers/SmartThings/matter-appliance/profiles/cook-surface-one-cook-surface-two.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: cook-surface-one-cook-surface-two | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: switch | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Cooktop | ||
- id: cookSurfaceOne | ||
label: Cook Surface 1 | ||
capabilities: | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: cookSurfaceTwo | ||
label: Cook Surface 2 | ||
capabilities: | ||
- id: temperatureMeasurement | ||
version: 1 |
26 changes: 26 additions & 0 deletions
26
drivers/SmartThings/matter-appliance/profiles/cook-surface-one-tl-cook-surface-two-tl.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: cook-surface-one-tl-cook-surface-two-tl | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: switch | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Cooktop | ||
- id: cookSurfaceOne | ||
label: Cook Surface 1 | ||
capabilities: | ||
- id: temperatureLevel | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: cookSurfaceTwo | ||
label: Cook Surface 2 | ||
capabilities: | ||
- id: temperatureLevel | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 |
24 changes: 24 additions & 0 deletions
24
drivers/SmartThings/matter-appliance/profiles/cook-surface-one-tl-cook-surface-two.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: cook-surface-one-tl-cook-surface-two | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: switch | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Cooktop | ||
- id: cookSurfaceOne | ||
label: Cook Surface 1 | ||
capabilities: | ||
- id: temperatureLevel | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: cookSurfaceTwo | ||
label: Cook Surface 2 | ||
capabilities: | ||
- id: temperatureMeasurement | ||
version: 1 |
19 changes: 19 additions & 0 deletions
19
drivers/SmartThings/matter-appliance/profiles/cook-surface-one-tl.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: cook-surface-one-tl | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: switch | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Cooktop | ||
- id: cookSurfaceOne | ||
label: Cook Surface 1 | ||
capabilities: | ||
- id: temperatureLevel | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 |
17 changes: 17 additions & 0 deletions
17
drivers/SmartThings/matter-appliance/profiles/cook-surface-one.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: cook-surface-one | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: switch | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Cooktop | ||
- id: cookSurfaceOne | ||
label: Cook Surface 1 | ||
capabilities: | ||
- id: temperatureMeasurement | ||
version: 1 |
13 changes: 13 additions & 0 deletions
13
drivers/SmartThings/matter-appliance/profiles/cook-top.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: cook-top | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: switch | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Cooktop | ||
|
26 changes: 26 additions & 0 deletions
26
drivers/SmartThings/matter-appliance/profiles/extractor-hood-ac-wind.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: extractor-hood-ac-wind | ||
components: | ||
- id: main | ||
label: Main | ||
capabilities: | ||
- id: fanMode | ||
version: 1 | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: windMode | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: KitchenHood | ||
- id: activatedCarbonFilter | ||
label: Activated carbon filter | ||
capabilities: | ||
- id: filterState | ||
version: 1 | ||
- id: filterStatus | ||
version: 1 | ||
categories: | ||
- name: KitchenHood |
24 changes: 24 additions & 0 deletions
24
drivers/SmartThings/matter-appliance/profiles/extractor-hood-ac.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: extractor-hood-ac | ||
components: | ||
- id: main | ||
label: Main | ||
capabilities: | ||
- id: fanMode | ||
version: 1 | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: KitchenHood | ||
- id: activatedCarbonFilter | ||
label: Activated carbon filter | ||
capabilities: | ||
- id: filterState | ||
version: 1 | ||
- id: filterStatus | ||
version: 1 | ||
categories: | ||
- name: KitchenHood |
35 changes: 35 additions & 0 deletions
35
drivers/SmartThings/matter-appliance/profiles/extractor-hood-hepa-ac-wind.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: extractor-hood-hepa-ac-wind | ||
components: | ||
- id: main | ||
label: Main | ||
capabilities: | ||
- id: fanMode | ||
version: 1 | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: windMode | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: KitchenHood | ||
- id: hepaFilter | ||
label: Hepa filter | ||
capabilities: | ||
- id: filterState | ||
version: 1 | ||
- id: filterStatus | ||
version: 1 | ||
categories: | ||
- name: KitchenHood | ||
- id: activatedCarbonFilter | ||
label: Activated carbon filter | ||
capabilities: | ||
- id: filterState | ||
version: 1 | ||
- id: filterStatus | ||
version: 1 | ||
categories: | ||
- name: KitchenHood |
33 changes: 33 additions & 0 deletions
33
drivers/SmartThings/matter-appliance/profiles/extractor-hood-hepa-ac.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: extractor-hood-hepa-ac | ||
components: | ||
- id: main | ||
label: Main | ||
capabilities: | ||
- id: fanMode | ||
version: 1 | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: KitchenHood | ||
- id: hepaFilter | ||
label: Hepa filter | ||
capabilities: | ||
- id: filterState | ||
version: 1 | ||
- id: filterStatus | ||
version: 1 | ||
categories: | ||
- name: KitchenHood | ||
- id: activatedCarbonFilter | ||
label: Activated carbon filter | ||
capabilities: | ||
- id: filterState | ||
version: 1 | ||
- id: filterStatus | ||
version: 1 | ||
categories: | ||
- name: KitchenHood |
26 changes: 26 additions & 0 deletions
26
drivers/SmartThings/matter-appliance/profiles/extractor-hood-hepa-wind.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: extractor-hood-hepa-wind | ||
components: | ||
- id: main | ||
label: Main | ||
capabilities: | ||
- id: fanMode | ||
version: 1 | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: windMode | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: KitchenHood | ||
- id: hepaFilter | ||
label: Hepa filter | ||
capabilities: | ||
- id: filterState | ||
version: 1 | ||
- id: filterStatus | ||
version: 1 | ||
categories: | ||
- name: KitchenHood |
24 changes: 24 additions & 0 deletions
24
drivers/SmartThings/matter-appliance/profiles/extractor-hood-hepa.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: extractor-hood-hepa | ||
components: | ||
- id: main | ||
label: Main | ||
capabilities: | ||
- id: fanMode | ||
version: 1 | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: KitchenHood | ||
- id: hepaFilter | ||
label: Hepa filter | ||
capabilities: | ||
- id: filterState | ||
version: 1 | ||
- id: filterStatus | ||
version: 1 | ||
categories: | ||
- name: KitchenHood |
16 changes: 16 additions & 0 deletions
16
drivers/SmartThings/matter-appliance/profiles/extractor-hood-wind.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: extractor-hood-wind | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanMode | ||
version: 1 | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: windMode | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: KitchenHood |
14 changes: 14 additions & 0 deletions
14
drivers/SmartThings/matter-appliance/profiles/extractor-hood.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: extractor-hood | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanMode | ||
version: 1 | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: KitchenHood |
Oops, something went wrong.