-
Notifications
You must be signed in to change notification settings - Fork 462
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
Implement Flow Sensor device type #1665
base: main
Are you sure you want to change the base?
Conversation
Duplicate profile check: Passed - no duplicate profiles detected. |
Test Results 63 files 397 suites 0s ⏱️ Results for commit 48b7a8a. ♻️ This comment has been updated with latest results. |
Minimum allowed coverage is Generated by 🐒 cobertura-action against 48b7a8a |
drivers/SmartThings/matter-sensor/src/test/test_matter_flow_sensor.lua
Outdated
Show resolved
Hide resolved
we need a fingerprint for the device 👍 |
I forgot to respond but I added one! |
Type of Change
Checklist
Description of Change
CHAD-13850
This change adds support for the Flow Sensor device type. This device type was added to matter spec a while ago but has not been implemented into our platform yet.
This PR shouldn't be merged until the tickets listed on this page are complete.
Summary of Completed Tests
New unit tests were implemented to verify the cluster -> capability mappings. Note that there are not any existing matter flow sensors yet, and there is not a virtual flow sensor device in the VDA, so we can't test this on a real device at this time.