-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create a new profile. add test case. organize test file
- Loading branch information
1 parent
802a03a
commit 77ff072
Showing
3 changed files
with
149 additions
and
156 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
drivers/SmartThings/matter-sensor/profiles/aqs-temp-humidity-tvoc-meas.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,18 @@ | ||
name: aqs-temp-humidity-tvoc-meas | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: airQualityHealthConcern | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: relativeHumidityMeasurement | ||
version: 1 | ||
- id: tvocMeasurement | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: AirQualityDetector |
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
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