-
Notifications
You must be signed in to change notification settings - Fork 521
WWSTCERT-8756 Add support to frient air quality sensor #2439
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
WWSTCERT-8756 Add support to frient air quality sensor #2439
Conversation
|
Duplicate profile check: Passed - no duplicate profiles detected. |
|
Channel deleted. |
Test Results 71 files 469 suites 0s ⏱️ Results for commit dc86e72. ♻️ This comment has been updated with latest results. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against dc86e72 |
…ir-quality-sensor
…ir-quality-sensor
…thub.com/marcintyminski/SmartThingsEdgeDrivers into Add-support-to-frient-air-quality-sensor
| local function voc_measure_value_attr_handler(driver, device, attr_val, zb_rx) | ||
| local voc_value = attr_val.value | ||
| if (voc_value < 65535) then -- ignore it if it's outside the limits | ||
| log.trace("Received VOC MeasuredValue :"..util.stringify_table(voc_value)) |
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.
if you're happy with the current state of the code, please remove logging statements.
|
|
||
| local function do_refresh(driver, device) | ||
| log.trace "Refreshing sensor attributes" | ||
| for _, fingerprint in ipairs(FRIENT_AIR_QUALITY_SENSOR_FINGERPRINTS) do |
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.
are you expecting to add more models to this sub-driver?
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.
There is a possibility that we will need to add another model in the near future.
Check all that apply
Type of Change
Checklist
Description of Change
Summary of Completed Tests