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

Support the battery capability in smoke/co subdriver #1978

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nickolas-deboom
Copy link
Contributor

@nickolas-deboom nickolas-deboom commented Mar 5, 2025

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

This change adds support for the battery capability for devices that support the BatPercentRemaining attribute from the PowerSource cluster. If the attribute is not supported, use batteryLevel if supported, otherwise use a profile without a battery capability.

Summary of Completed Tests

Tested with the VDA Smoke/CO Alarm device as well as new unit tests.

Copy link

github-actions bot commented Mar 5, 2025

Duplicate profile check: Passed - no duplicate profiles detected.

@nickolas-deboom nickolas-deboom force-pushed the add-battery-to-smoke-co-alarm branch from b1b669e to 35fac43 Compare March 5, 2025 17:27
Copy link

github-actions bot commented Mar 5, 2025

Test Results

   65 files  + 1    419 suites  +4   0s ⏱️ ±0s
2 122 tests +22  2 122 ✅ +22  0 💤 ±0  0 ❌ ±0 
3 638 runs  +46  3 638 ✅ +46  0 💤 ±0  0 ❌ ±0 

Results for commit c596068. ± Comparison against base commit 3dd1b23.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Mar 5, 2025

File Coverage
All files 88%
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/matter-sensor/src/init.lua 91%
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/matter-sensor/src/air-quality-sensor/init.lua 92%
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/matter-sensor/src/smoke-co-alarm/init.lua 84%
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/matter-sensor/src/embedded-cluster-utils.lua 45%

Minimum allowed coverage is 90%

Generated by 🐒 cobertura-action against c596068

@nickolas-deboom nickolas-deboom force-pushed the add-battery-to-smoke-co-alarm branch from 35fac43 to 955f521 Compare March 5, 2025 17:43
This change adds support for the battery percentage for devices that
support the BatPercentRemaining attribute from the PowerSource cluster
in addition to the battery level from the SmokeCoAlarm cluster.
@nickolas-deboom nickolas-deboom force-pushed the add-battery-to-smoke-co-alarm branch from 955f521 to 6f88987 Compare March 5, 2025 17:50
Copy link

github-actions bot commented Mar 5, 2025

@hcarter-775
Copy link
Contributor

I'm curious, how does the device card look with this? To me, it seems like it would look confusing to have two different battery capabilities displayed without context.

Use battery if supported by the device, otherwise use batteryLevel if
the percentage is not supported.
@nickolas-deboom nickolas-deboom force-pushed the add-battery-to-smoke-co-alarm branch from cf078cc to a54538e Compare March 11, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants