Added products support for AduroSmart/AduroLight.#4548
Open
pokersfang wants to merge 1 commit intozigpy:devfrom
Open
Added products support for AduroSmart/AduroLight.#4548pokersfang wants to merge 1 commit intozigpy:devfrom
pokersfang wants to merge 1 commit intozigpy:devfrom
Conversation
- 81910 5-in-1 Multi Contact Sensor - 81825 Wireless Dimming Remote - 81847 Wireless Scene Remote - 81883 Mini Built-in Dimmer
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #4548 +/- ##
==========================================
- Coverage 92.28% 92.13% -0.16%
==========================================
Files 371 374 +3
Lines 12158 12276 +118
==========================================
+ Hits 11220 11310 +90
- Misses 938 966 +28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
puddly
reviewed
Dec 3, 2025
| button_event = ZCLCommandDef( | ||
| id=ADUROLIGHT_REMOTE_COMMAND_BUTTON_EVENT, | ||
| schema={ | ||
| "param1": t.uint8_t, |
Contributor
There was a problem hiding this comment.
What do these parameters do?
Author
There was a problem hiding this comment.
What do these parameters do?这些参数起什么作用?
These originate from the private cluster properties of the AduroLight scene remote control device, representing respectively the press type, the pressed key position, and reserved property values.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed change
Additional information
Device diagnostics
Checklist
pre-commitchecks pass / the code has been formatted using Black