-
Notifications
You must be signed in to change notification settings - Fork 524
Support Soil Sensor device type #2757
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
base: main
Are you sure you want to change the base?
Conversation
Test Results 71 files 485 suites 0s ⏱️ Results for commit d3ae5af. ♻️ This comment has been updated with latest results. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against d3ae5af |
5abb504 to
eb50abd
Compare
|
Invitation URL: |
...atter-sensor/src/embedded_clusters/SoilMeasurement/server/attributes/AcceptedCommandList.lua
Outdated
Show resolved
Hide resolved
...ings/matter-sensor/src/embedded_clusters/SoilMeasurement/server/attributes/AttributeList.lua
Outdated
Show resolved
Hide resolved
...or/src/embedded_clusters/SoilMeasurement/server/attributes/SoilMoistureMeasurementLimits.lua
Outdated
Show resolved
Hide resolved
2761208 to
a7fcbb4
Compare
a7fcbb4 to
09c0f55
Compare
| clusters.RadonConcentrationMeasurement.attributes.MeasuredValue, | ||
| clusters.RadonConcentrationMeasurement.attributes.MeasurementUnit, | ||
| }, | ||
| [capabilities.relativeHumidityMeasurement.ID] = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a duplicate entry
| -- remove leading "-" | ||
| profile_name = string.sub(profile_name, 2) | ||
|
|
||
| device.log.info_with({hub_logs=true}, string.format("Updating device profile to %s.", profile_name)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed this log because I realized this is now logged by the lua libs
This adds support for the Soil Sensor device type, introduced with Matter 1.5.