-
Notifications
You must be signed in to change notification settings - Fork 484
[Aqara] Update Aqara Door and Window Sensor T1 driver #2113
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?
[Aqara] Update Aqara Door and Window Sensor T1 driver #2113
Conversation
…ol, changed capability from battery to batteryLevel, and applied battery info in status messages.
Duplicate profile check: Passed - no duplicate profiles detected. |
Invitation URL: |
Test Results 66 files ±0 425 suites ±0 0s ⏱️ ±0s Results for commit 9a467fe. ± Comparison against base commit d773c03. This pull request removes 2 and adds 7 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Minimum allowed coverage is Generated by 🐒 cobertura-action against 9a467fe |
local PRIVATE_CLUSTER_ID = 0xFCC0 | ||
local PRIVATE_ATTRIBUTE_ID = 0x0009 | ||
local PRIVATE_HEART_BATTERY_ENERGY_ID = 0x00F7 | ||
|
||
local FINGERPRINTS = { | ||
{ mfr = "LUMI", model = "lumi.magnet.agl02" } | ||
} | ||
|
||
local CONFIGURATIONS = { |
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.
Would you please add the configureReport for on/off cluster like...
{
cluster = OnOff.ID,
attribute = OnOff.attributes.OnOff.ID,
minimum_interval = 30,
maximum_interval = 3600,
data_type = OnOff.attributes.OnOff.base_type,
reportable_change = 1
},
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.
Yes, added the corresponding configureReport for the On/Off cluster.
…ol, changed capability from battery to batteryLevel, and applied battery info in status messages.
Check all that apply
Type of Change
Checklist
Description of Change
Summary of Completed Tests