-
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.
Merge pull request #1551 from SmartThingsCommunity/beta
Production Edge Driver PR for 29-July-2024
- Loading branch information
Showing
4 changed files
with
60 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Check all that apply | ||
|
||
# Type of Change | ||
|
||
- [ ] WWST Certification Request | ||
- If this is your first time contributing code: | ||
- [ ] I have reviewed the README.md file | ||
- [ ] I have reviewed the CODE_OF_CONDUCT.md file | ||
- [ ] I have signed the CLA | ||
- [ ] I plan on entering a WWST Certification Request or have entered a request through the WWST Certification console at developer.smartthings.com | ||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Refactor | ||
|
||
# Checklist | ||
|
||
- [ ] I have performed a self-review of my code | ||
- [ ] I have commented my code in hard-to-understand areas | ||
- [ ] I have verified my changes by testing with a device or have communicated a plan for testing | ||
- [ ] I am adding new behavior, such as adding a sub-driver, and have added and run new unit tests to cover the new behavior | ||
|
||
# Description of Change | ||
|
||
|
||
# Summary of Completed Tests | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,6 @@ components: | |
version: 1 | ||
categories: | ||
- name: Fan | ||
metadata: | ||
mnmn: SmartThingsEdge | ||
vid: generic-fan-wind |
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