Skip to content

Commit

Permalink
Merge pull request #1551 from SmartThingsCommunity/beta
Browse files Browse the repository at this point in the history
Production Edge Driver PR for 29-July-2024
  • Loading branch information
lelandblue authored Jul 29, 2024
2 parents 82faeee + e48ae8b commit 436cd1b
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 2 deletions.
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

0 comments on commit 436cd1b

Please sign in to comment.