-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
feat(matter): Adds a new Matter Endpoint: Generic Switch (smart button) #10662
base: release/v3.1.x
Are you sure you want to change the base?
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@me-no-dev - This is the Matter Switch (a smart button) endpoint. This will send a command message to the Matter Controller (Alexa, Google, iOS mini pods etc). This is the only sort of Swtich Matter Endpoint supported by the main Matter Controller manufacturers. |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
Test Results 61 files 61 suites 5m 46s ⏱️ Results for commit dca8a90. |
Description of Change
Adds a new matter endpoint for a generic switch that works as a smart button.
This endpoint is supported by Amazon Alexa and Samsung SmartThings.
This is not cleatr if Google HA has implemented it on their Matter Controllers.
This endpoint can send a
click()
command to the Matter Controller.It can be programmed to trigger 1 or more actions that will be stored in the Controller (example Alexa Echo Dot).
Tests scenarios
Tested with ESP32-S3, ESP32-C6 and ESP32 using the provided example.
Related links
Related to #7432