-
Notifications
You must be signed in to change notification settings - Fork 510
WWSTCERT-8138: Add support for frient Zigbee Range Extender #2430
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?
WWSTCERT-8138: Add support for frient Zigbee Range Extender #2430
Conversation
Duplicate profile check: Passed - no duplicate profiles detected. |
Invitation URL: |
Test Results 71 files 453 suites 0s ⏱️ Results for commit 099748e. ♻️ This comment has been updated with latest results. |
Minimum allowed coverage is Generated by 🐒 cobertura-action against 099748e |
end | ||
|
||
local function do_refresh(driver, device) | ||
device:send(Basic.attributes.ZCLVersion:read(device)) |
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 isn't being handled, so why does it need to be refreshed?
device:send(PowerConfiguration.attributes.BatteryVoltage:read(device)) | ||
device:send(IASZone.attributes.ZoneStatus:read(device)) |
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.
Seems like the base driver's device:refresh
should be enough here. I don't think you need to define a custom handler. A unit test would confirm.
Check all that apply
Type of Change
Checklist
Description of Change
Summary of Completed Tests