Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production Edge Driver PR for 29-July-2024 #1551

Merged
merged 13 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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


2 changes: 1 addition & 1 deletion drivers/SmartThings/matter-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ matterManufacturer:
vendorId: 0x1168
productId: 0x03ED
deviceProfileName: light-color-level-1800K-6500K
- id: 4456/1006
- id: "4456/1006"
deviceLabel: Matter Smart Light Bulb A19 RGBTW 1100lm
vendorId: 0x1168
productId: 0x03EE
Expand Down
3 changes: 3 additions & 0 deletions drivers/SmartThings/matter-thermostat/profiles/fan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ components:
version: 1
categories:
- name: Fan
metadata:
mnmn: SmartThingsEdge
vid: generic-fan-wind
30 changes: 29 additions & 1 deletion tools/config.luacov
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,35 @@ configuration = {
"scripting-engine",
"lua_libs",
"test",
"unofficial"
"unofficial",
"DishwasherAlarm",
"DishwasherMode",
"LaundryWasherControls",
"LaundryWasherMode",
"OperationalState",
"RefrigeratorAlarm",
"RefrigeratorAndTemperatureControlledCabinetMode",
"TemperatureControl",
"PumpConfigurationAndControl",
"RvcCleanMode",
"RvcOperationalState",
"RvcRunMode",
"AirQuality",
"CarbonDioxideConcentrationMeasurement",
"CarbonMonoxideConcentrationMeasurement",
"ConcentrationMeasurement",
"FormaldehydeConcentrationMeasurement",
"NitrogenDioxideConcentrationMeasurement",
"OzoneConcentrationMeasurement",
"Pm1ConcentrationMeasurement",
"Pm10ConcentrationMeasurement",
"Pm25ConcentrationMeasurement",
"PressureMeasurement",
"RadonConcentrationMeasurement",
"SmokeCoAlarm",
"TotalVolatileOrganicCompoundsConcentrationMeasurement",
"ActivatedCarbonFilterMonitoring",
"HepaFilterMonitoring",
},
cobertura = {
filenameparser = function(filename)
Expand Down
Loading